diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-25 08:56:47 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-25 08:56:47 +0000 |
commit | 051a57b63ac4574145b23e2da76a635bf89b9535 (patch) | |
tree | 8f51445fbc49bdf99e0039b0ddaf6f60fdb0ab78 /gcc/gimple-pretty-print.c | |
parent | 75eddf9a172e11e5194922bdb85107365e9bbfe2 (diff) | |
download | gcc-051a57b63ac4574145b23e2da76a635bf89b9535.tar.gz |
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189839 138bc75d-0d04-0410-961f-82ee72b054a4
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 ce9a3ac880d..adeb9f6c473 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); } |