diff options
Diffstat (limited to 'gcc/graphite-interchange.c')
-rw-r--r-- | gcc/graphite-interchange.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-interchange.c b/gcc/graphite-interchange.c index 0a751d6..de05fcd 100644 --- a/gcc/graphite-interchange.c +++ b/gcc/graphite-interchange.c @@ -326,7 +326,7 @@ pbb_do_interchange (poly_bb_p pbb, scop_p scop) if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, "PBB %d: loops at depths %d and %d will be interchanged.\n", - GBB_BB (PBB_BLACK_BOX (pbb))->index, (int) i, (int) j); + pbb_index (pbb), (int) i, (int) j); } else /* Undo the transform. */ |