Commit b0bf98a1 by Steven Bosscher

fix botched commit

From-SVN: r189591
parent a315c44c
...@@ -747,7 +747,6 @@ dump_bb_info (FILE *outf, basic_block bb, int indent, int flags, ...@@ -747,7 +747,6 @@ dump_bb_info (FILE *outf, basic_block bb, int indent, int flags,
if (do_footer) if (do_footer)
{ {
fputc ('\n', outf);
if (flags & TDF_COMMENT) if (flags & TDF_COMMENT)
fputs (";; ", outf); fputs (";; ", outf);
fprintf (outf, "%s succ: ", s_indent); fprintf (outf, "%s succ: ", s_indent);
......
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