diff options
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); } |