Commit 1b03a96d by Steven Bosscher

cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.

	* cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.

From-SVN: r190114
parent 07fd4efa
2012-08-04 Steven Bosscher <steven@gcc.gnu.org>
* sched-vis (print_pattern): Handle SEQUENCE also.
* cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.
* sched-vis.c (print_pattern): Handle SEQUENCE also.
2012-08-02 Richard Henderson <rth@redhat.com>
......
......@@ -1958,10 +1958,9 @@ print_rtl_with_bb (FILE *outf, const_rtx rtx_first, int flags)
dump_bb_info (outf, bb, 0, dump_flags | TDF_COMMENT, false, true);
if (df && (flags & TDF_DETAILS))
df_dump_bottom (bb, outf);
putc ('\n', outf);
}
}
putc ('\n', outf);
}
free (start);
......
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