Commit 1a9485cf by Jeffrey A Law Committed by Jeff Law

* ssa-ccp.c (ssa_fast_dce): Free worklist when completed.

From-SVN: r43937
parent c8383050
Wed Jul 11 09:00:48 2001 Jeffrey A Law (law@cygnus.com)
* ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
......
......@@ -1192,4 +1192,6 @@ ssa_fast_dce (df)
VARRAY_RTX (ssa_definition, reg) = NULL;
}
}
sbitmap_free (worklist);
}
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