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
This commit is contained in:
parent
eb3a47ba3a
commit
960076d930
@ -1,5 +1,8 @@
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user