* 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
+2007-04-21 Zdenek Dvorak <dvorakz@suse.cz>
+
+ * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
+ * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
+
2007-04-20 Daniel Jacobowitz <dan@codesourcery.com>
* config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
SET_USE (VUSE_OP_PTR (last, (int) i), op);
VUSE_OPS (stmt) = last;
+ VEC_free (tree, heap, new_ops);
}
#ifdef ENABLE_CHECKING
for (i = 0; VEC_iterate (varinfo_t, varmap, i, v); i++)
VEC_free (constraint_t, heap, graph->complex[i]);
+ free (graph->complex);
free (graph->rep);
free (graph->succs);