diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-25 05:25:43 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-11-25 05:25:43 +0000 |
commit | 6c6f84d77276e4edd3abc52e7a19b6c6881ef6d7 (patch) | |
tree | a16c5437c17c615f8dae61ea40b98656d3926d38 /gcc/graphite-clast-to-gimple.c | |
parent | 585b3e19fe12eb1525ba20557aa993233cc5fab3 (diff) | |
download | gcc-6c6f84d77276e4edd3abc52e7a19b6c6881ef6d7.zip gcc-6c6f84d77276e4edd3abc52e7a19b6c6881ef6d7.tar.gz gcc-6c6f84d77276e4edd3abc52e7a19b6c6881ef6d7.tar.bz2 |
graphite-clast-to-gimple.c (gloog): Do not call sese_reset_aux_in_loops.
2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (gloog): Do not call
sese_reset_aux_in_loops.
* graphite-sese-to-poly.c (build_loop_iteration_domains): Pass an
extra argument for domains. Do not use loop->aux.
(build_scop_iteration_domain): Initialize and free domains, pass it
to build_loop_iteration_domains and extract the information from
domains. Do not use loop->aux.
* sese.c (sese_reset_aux_in_loops): Removed.
* sese.h (sese_reset_aux_in_loops): Removed.
From-SVN: r154627
Diffstat (limited to 'gcc/graphite-clast-to-gimple.c')
-rw-r--r-- | gcc/graphite-clast-to-gimple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphite-clast-to-gimple.c b/gcc/graphite-clast-to-gimple.c index 96fb431..8594190 100644 --- a/gcc/graphite-clast-to-gimple.c +++ b/gcc/graphite-clast-to-gimple.c @@ -1193,7 +1193,6 @@ gloog (scop_p scop, htab_t bb_pbb_mapping) if_region->true_region->entry, rename_map, &newivs, newivs_index, bb_pbb_mapping, 1); - sese_reset_aux_in_loops (region); graphite_verify (); sese_adjust_liveout_phis (region, rename_map, if_region->region->exit->src, |