2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_pbb): Print PBB index.
From-SVN: r150790
+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
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);