Commit 07636543 by Sebastian Pop Committed by Sebastian Pop

Print PBB index.

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

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

From-SVN: r150790
parent f263917c
2009-08-15 Sebastian Pop <sebastian.pop@amd.com> 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 PR middle-end/40981
* graphite-interchange.c (ppl_max_for_le): Moved... * graphite-interchange.c (ppl_max_for_le): Moved...
* graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le. * graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le.
......
...@@ -536,7 +536,7 @@ debug_pdrs (poly_bb_p pbb) ...@@ -536,7 +536,7 @@ debug_pdrs (poly_bb_p pbb)
void void
print_pbb (FILE *file, poly_bb_p pbb) 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_conditions (file, PBB_BLACK_BOX (pbb));
dump_gbb_cases (file, PBB_BLACK_BOX (pbb)); dump_gbb_cases (file, PBB_BLACK_BOX (pbb));
print_pdrs (file, pbb); print_pdrs (file, pbb);
......
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