Commit 512ab654 by Steven Bosscher

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

From-SVN: r189601
parent 10cdabc8
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.
* basic-block.h (EDGE_FALLTHRU, EDGE_ABNORMAL, EDGE_ABNORMAL_CALL,
EDGE_EH, EDGE_FAKE, EDGE_DFS_BACK, EDGE_CAN_FALLTHRU,
......
......@@ -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)
......
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