Commit 3e31cf28 by Steven Bosscher

* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.

From-SVN: r189839
parent e32bfc16
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 @@ ...@@ -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, ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment