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:
parent
f263917cbf
commit
0763654384
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue