Commit c5f083ef by Kazu Hirata Committed by Kazu Hirata

re PR tree-optimization/21096 (copy-prop leaks memory)

	PR tree-optimization/21096
	* tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.

From-SVN: r98405
parent 9092932b
2005-04-19 Kazu Hirata <kazu@cs.umass.edu>
PR tree-optimization/21096
* tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.
2005-04-19 Alan Modra <amodra@bigpond.net.au>
PR target/21098
......
......@@ -901,6 +901,7 @@ fini_copy_prop (void)
substitute_and_fold (copy_of);
free (cached_last_copy_of);
free (copy_of);
}
......
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