]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Print PBB index.
authorSebastian Pop <sebastian.pop@amd.com>
Sat, 15 Aug 2009 07:12:08 +0000 (07:12 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Sat, 15 Aug 2009 07:12:08 +0000 (07:12 +0000)
2009-08-15  Sebastian Pop  <sebastian.pop@amd.com>

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

From-SVN: r150790

gcc/ChangeLog
gcc/graphite-poly.c

index fc097c3a2f33b91f64d921ee146db32a6d055ccb..1f89aea5abbc669f55d2393c6599a11ea889a10c 100644 (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
index f9b93e4ee4c4a51284f7454f45c39ad51277a1eb..a5da8421eac6dca39d5b95e24aafa3e96139affc 100644 (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);