* graphite-poly.c (print_pbb_body): Fixup dump_bb call.
From-SVN: r189601
This commit is contained in:
parent
10cdabc89f
commit
512ab65410
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue