mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 23:00:52 +08:00
* graphite-poly.c (print_pbb_body): Fixup dump_bb call.
From-SVN: r189601
This commit is contained in:
parent
10cdabc89f
commit
512ab65410
@ -1,3 +1,7 @@
|
||||
2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* graphite-poly.c (print_pbb_body): Fixup dump_bb call.
|
||||
|
||||
2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* dumpfile.h (TDF_COMMENT): New define.
|
||||
|
@ -673,7 +673,7 @@ print_pbb_body (FILE *file, poly_bb_p pbb, int verbosity,
|
||||
fprintf (file, "# Statement body\n");
|
||||
|
||||
fprintf (file, "{\n");
|
||||
dump_bb (pbb_bb (pbb), file, 0);
|
||||
dump_bb (file, pbb_bb (pbb), 0, 0);
|
||||
fprintf (file, "}\n");
|
||||
|
||||
if (verbosity > 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user