diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-25 08:56:47 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-25 08:56:47 +0000 |
commit | 3e31cf28a45a40680b94f2d9775f854a466bf207 (patch) | |
tree | 8f51445fbc49bdf99e0039b0ddaf6f60fdb0ab78 /gcc/gimple-pretty-print.c | |
parent | e32bfc16278c0ba2e7183dbc56ecbb3e8e65dfef (diff) | |
download | gcc-3e31cf28a45a40680b94f2d9775f854a466bf207.zip gcc-3e31cf28a45a40680b94f2d9775f854a466bf207.tar.gz gcc-3e31cf28a45a40680b94f2d9775f854a466bf207.tar.bz2 |
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
From-SVN: r189839
Diffstat (limited to 'gcc/gimple-pretty-print.c')
-rw-r--r-- | gcc/gimple-pretty-print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-pretty-print.c b/gcc/gimple-pretty-print.c index ce9a3ac..adeb9f6 100644 --- a/gcc/gimple-pretty-print.c +++ b/gcc/gimple-pretty-print.c @@ -2265,6 +2265,7 @@ gimple_dump_bb_buff (pretty_printer *buffer, basic_block bb, int indent, } dump_implicit_edges (buffer, bb, indent, flags); + pp_flush (buffer); } |