summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
diff options
context:
space:
mode:
authorZdenek Dvorak <dvorakz@suse.cz>2007-04-21 01:27:51 +0200
committerZdenek Dvorak <rakdver@gcc.gnu.org>2007-04-20 23:27:51 +0000
commit285463b5a2d1255c15f8e20cc899f0b1633b80be (patch)
treed623c3e0edf0b41cc30438c3c56f693f5223673f /gcc/tree-ssa-operands.c
parentbeace35d3f200cde848f8d1b2d1f64b6a9c44fe3 (diff)
downloadgcc-285463b5a2d1255c15f8e20cc899f0b1633b80be.tar.gz
tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
* tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex. * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops. From-SVN: r124012
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r--gcc/tree-ssa-operands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index 28464f939fc..7ced6a8997c 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -1072,6 +1072,7 @@ finalize_ssa_vuse_ops (tree stmt)
SET_USE (VUSE_OP_PTR (last, (int) i), op);
VUSE_OPS (stmt) = last;
+ VEC_free (tree, heap, new_ops);
}
#ifdef ENABLE_CHECKING