mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
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
This commit is contained in:
parent
ee03cd20f8
commit
d17286f649
@ -1,3 +1,7 @@
|
||||
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,
|
||||
|
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user