Remove use of loop->aux.
commitee28f5c0db90e26c433e26f507a76ef4ff6cb8a2
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2009 17:33:31 +0000 (26 17:33 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2009 17:33:31 +0000 (26 17:33 +0000)
tree05df0451dc4072504c2322cf964e3095a6ed461a
parent207ae71ea48b32a4e0aac3e623c9d0533e0d43e5
Remove use of loop->aux.

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@153563 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-clast-to-gimple.c
gcc/graphite-sese-to-poly.c
gcc/sese.c
gcc/sese.h