mirror of git://gcc.gnu.org/git/gcc.git
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
From-SVN: r189839
This commit is contained in:
parent
e32bfc1627
commit
3e31cf28a4
|
|
@ -1,4 +1,9 @@
|
||||||
2012-7-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
|
2012-07-25 Steven Bosscher <steven@gcc.gnu.org>
|
||||||
|
|
||||||
|
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
|
||||||
|
|
||||||
|
2012-07-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
|
||||||
|
|
||||||
btver2 Enablement
|
btver2 Enablement
|
||||||
* config.gcc (i[34567]86-*-linux* | ...): Add btver2.
|
* config.gcc (i[34567]86-*-linux* | ...): Add btver2.
|
||||||
(case ${target}): Add btver2.
|
(case ${target}): Add btver2.
|
||||||
|
|
@ -744,6 +749,7 @@
|
||||||
|
|
||||||
2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
|
2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
|
||||||
Steven Bosscher <steven@gcc.gnu.org>
|
Steven Bosscher <steven@gcc.gnu.org>
|
||||||
|
|
||||||
* config/rs6000/power4.md (power4-store-update): Fix reservation.
|
* config/rs6000/power4.md (power4-store-update): Fix reservation.
|
||||||
(power4-three): Likewise.
|
(power4-three): Likewise.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2265,6 +2265,7 @@ gimple_dump_bb_buff (pretty_printer *buffer, basic_block bb, int indent,
|
||||||
}
|
}
|
||||||
|
|
||||||
dump_implicit_edges (buffer, bb, indent, flags);
|
dump_implicit_edges (buffer, bb, indent, flags);
|
||||||
|
pp_flush (buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue