diff options
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 228f0c07915..6580252a7fa 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -1258,7 +1258,6 @@ limit_scops (VEC (scop_p, heap) **scops) int j; loop_p loop; sese region = SCOP_REGION (scop); - build_scop_bbs (scop); build_sese_loop_nests (region); for (j = 0; VEC_iterate (loop_p, SESE_LOOP_NEST (region), j, loop); j++) |