OSDN Git Service

2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 04:52:08 +0000 (04:52 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 04:52:08 +0000 (04:52 +0000)
* graphite-scop-detection.c (limit_scops): Do not build poly_bbs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog.graphite
gcc/graphite-scop-detection.c

index a0145ab..a49162a 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-27  Sebastian Pop  <sebastian.pop@amd.com>
 
+       * graphite-scop-detection.c (limit_scops): Do not build poly_bbs.
+
+2009-09-27  Sebastian Pop  <sebastian.pop@amd.com>
+
        * graphite-sese-to-poly.c (partition_drs_to_sets): Drs is not modified,
        so don't pass a pointer to it.
        (build_alias_set_for_drs): Same.
index 228f0c0..6580252 100644 (file)
@@ -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++)