diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-25 04:52:08 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-11-25 04:52:08 +0000 |
commit | d17286f64907bf027dffc9a1b83ad1fdbb166676 (patch) | |
tree | e45e4e5695af813af5eb93be11a95a12f0ac3009 /gcc | |
parent | ee03cd20f862a2862033f98944e4420b4b0f964c (diff) | |
download | gcc-d17286f64907bf027dffc9a1b83ad1fdbb166676.zip gcc-d17286f64907bf027dffc9a1b83ad1fdbb166676.tar.gz gcc-d17286f64907bf027dffc9a1b83ad1fdbb166676.tar.bz2 |
graphite-scop-detection.c (limit_scops): Do not build poly_bbs.
2009-09-27 Sebastian Pop <sebastian.pop@amd.com>
* graphite-scop-detection.c (limit_scops): Do not build poly_bbs.
From-SVN: r154556
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog.graphite | 4 | ||||
-rw-r--r-- | gcc/graphite-scop-detection.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index a0145ab..a49162a 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -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. diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 228f0c0..6580252a7 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++) |