* tree-ssa-pre.c (execute_pre): Free ephi_use_pool and
idfs_cache at the end of the function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81815
138bc75d-0d04-0410-961f-
82ee72b054a4
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
- * tree-ssa-live (calculate_live_on_entry): Free saw_def
+ * tree-ssa-pre.c (execute_pre): Free ephi_use_pool and
+ idfs_cache at the end of the function.
+
+ * tree-ssa-live.c (calculate_live_on_entry): Free saw_def
at the end of the function.
* tree-ssa-dce.c (perform_tree_ssa_dce): Free
memset (&pre_stats, 0, sizeof (struct pre_stats_d));
free_alloc_pool (euse_node_pool);
free_alloc_pool (eref_node_pool);
+ free_alloc_pool (ephi_use_pool);
VARRAY_CLEAR (bexprs);
for (i = 0; i < currbbs; i++)
BITMAP_XFREE (pre_dfs[i]);
BITMAP_XFREE (idfs_cache[i]);
free (dfn);
+ free (idfs_cache);
}
static bool