]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-11-06 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Nov 2015 13:45:54 +0000 (13:45 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Nov 2015 13:45:54 +0000 (13:45 +0000)
commitc45ca67dc751e2812d8e5dd41bd265b0f31625f9
treed738bba0e7750a3ba6762e5e246a67da6f3a6ddd
parentbef3d81253d93e12384c061470381608d19b96cd
2015-11-06  Richard Biener  <rguenther@suse.de>

* tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
* lra.c (init_reg_info): Truncate copy_vec instead of
re-allocating a new one and leaking the old.
* ipa-inline-analysis.c (estimate_function_body_sizes): Free
bb_infos vec.
* sched-deps.c (sched_deps_finish): Free the dn/dl pools.
* postreload-gcse.c (free_mem): Free modify_mem_list and
canon_modify_mem_list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229850 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-inline-analysis.c
gcc/lra.c
gcc/postreload-gcse.c
gcc/sched-deps.c
gcc/tree-ssa-sccvn.c