diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-08-15 07:12:08 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-08-15 07:12:08 +0000 |
commit | 0763654384f5c307a7104a365c4d0a6152b9927e (patch) | |
tree | 8555e40c8652e93408934beee419e2a2ed7a809b /gcc/graphite-poly.c | |
parent | f263917cbf18bbd28cf79cc6280c5a02e4667337 (diff) | |
download | gcc-0763654384f5c307a7104a365c4d0a6152b9927e.zip gcc-0763654384f5c307a7104a365c4d0a6152b9927e.tar.gz gcc-0763654384f5c307a7104a365c4d0a6152b9927e.tar.bz2 |
Print PBB index.
2009-08-15 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_pbb): Print PBB index.
From-SVN: r150790
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r-- | gcc/graphite-poly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index f9b93e4..a5da842 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -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); |