Commit c96bd05e by Dan Nicolaescu Committed by Jeff Law

* ssa-ccp.c (ssa_const_prop): Free ssa_edges.

From-SVN: r45194
parent c5059423
2001-08-25 Dan Nicolaescu <dann@ics.uci.edu>
* ssa-ccp.c (ssa_const_prop): Free ssa_edges.
2001-08-27 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (mask_operand): Rewrite without
......
......@@ -1081,6 +1081,9 @@ ssa_const_prop (void)
sbitmap_free (executable_blocks);
executable_blocks = NULL;
sbitmap_free (ssa_edges);
ssa_edges = NULL;
free_edge_list (edges);
edges = NULL;
......
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