Print PBB index.

2009-08-15  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-poly.c (print_pbb): Print PBB index.

From-SVN: r150790
This commit is contained in:
Sebastian Pop 2009-08-15 07:12:08 +00:00 committed by Sebastian Pop
parent f263917cbf
commit 0763654384
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_pbb): Print PBB index.
2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/40981

View file

@ -536,7 +536,7 @@ debug_pdrs (poly_bb_p pbb)
void
print_pbb (FILE *file, poly_bb_p pbb)
{
fprintf (file, "pbb (\n");
fprintf (file, "pbb_%d (\n", GBB_BB (PBB_BLACK_BOX (pbb))->index);
dump_gbb_conditions (file, PBB_BLACK_BOX (pbb));
dump_gbb_cases (file, PBB_BLACK_BOX (pbb));
print_pdrs (file, pbb);