* graphite-poly.c (print_pbb_body): Fixup dump_bb call.

From-SVN: r189601
This commit is contained in:
Steven Bosscher 2012-07-18 07:32:21 +00:00
parent 10cdabc89f
commit 512ab65410
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)