Commit 960076d9 by Andrew Pinski Committed by Andrew Pinski

tree-ssa-dce.c (perform_tree_ssa_dce): Free el at the end of the function.

2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-dce.c (perform_tree_ssa_dce): Free
        el at the end of the function.

From-SVN: r81813
parent eb3a47ba
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* tree-ssa-dce.c (perform_tree_ssa_dce): Free
el at the end of the function.
* tree-into-ssa.c (insert_phi_nodes_for): XFREE
bitmaps allocated with BITMAP_XMALLOC.
......
......@@ -855,6 +855,8 @@ perform_tree_ssa_dce (bool aggressive)
}
tree_dce_done (aggressive);
free_edge_list (el);
}
/* Pass entry points. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment