diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-17 23:59:01 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-17 23:59:01 +0000 |
commit | b0bf98a1f8257342e35418bfadfeba5a00c9c22b (patch) | |
tree | 356c0099cefabfb334820dc73a8875552f768eba /gcc/cfg.c | |
parent | a315c44ce0e466407809e4cb1c1f921aa08726b4 (diff) | |
download | gcc-b0bf98a1f8257342e35418bfadfeba5a00c9c22b.zip gcc-b0bf98a1f8257342e35418bfadfeba5a00c9c22b.tar.gz gcc-b0bf98a1f8257342e35418bfadfeba5a00c9c22b.tar.bz2 |
fix botched commit
From-SVN: r189591
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -747,7 +747,6 @@ dump_bb_info (FILE *outf, basic_block bb, int indent, int flags, if (do_footer) { - fputc ('\n', outf); if (flags & TDF_COMMENT) fputs (";; ", outf); fprintf (outf, "%s succ: ", s_indent); |