aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-07-25 08:56:47 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-07-25 08:56:47 +0000
commit6fb5ff2a034741056bfbcc0716f82be49c9e21e7 (patch)
tree8f51445fbc49bdf99e0039b0ddaf6f60fdb0ab78 /gcc/gimple-pretty-print.c
parent4709dddfc1b51d76016aaf71a791b1add023167e (diff)
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
git-svn-id: https://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.c1
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);
}