This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r153837 - in /branches/graphite/gcc: ChangeLog....
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 03 Nov 2009 06:25:10 -0000
- Subject: r153837 - in /branches/graphite/gcc: ChangeLog....
Author: spop
Date: Tue Nov 3 06:25:09 2009
New Revision: 153837
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153837
Log:
Do not use GGC.
2009-11-03 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (gloog): Free if_region,
if_region->true_region, and if_region->region.
* sese.c (if_region_set_false_region): Free if_region->false_region.
(create_if_region_on_edge): Do not use GGC_NEW.
(move_sese_in_condition): Remove useless initialization.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-clast-to-gimple.c
branches/graphite/gcc/sese.c