]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-sra.c (modify_function): Free redirect_callers vector.
authorRichard Guenther <rguenther@suse.de>
Fri, 17 Aug 2012 07:51:31 +0000 (07:51 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 17 Aug 2012 07:51:31 +0000 (07:51 +0000)
commitc7e62a2691e3b8c9aef74f7fe25ca00ac72ce6b7
tree68c063d8431ef5c64a9a300089536f29b8aeec04
parent62205bebb08d83b461c7ed8073dd9b10eabe2f12
tree-sra.c (modify_function): Free redirect_callers vector.

2012-08-17  Richard Guenther  <rguenther@suse.de>

* tree-sra.c (modify_function): Free redirect_callers vector.
* ipa-split.c (split_function): Free args_to_pass vector.
* tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Free
body_cost_vec properly.
(vect_enhance_data_refs_alignment): Likewise.
* tree-vect-stmts.c (vectorizable_operation): Do not pre-allocate
vec_oprnds.
(new_stmt_vec_info): Do not pre-allocate STMT_VINFO_SAME_ALIGN_REFS.
* tree-vect-slp.c (vect_free_slp_instance): Free the instance.
(vect_analyze_slp_instance): Free everything.
(destroy_bb_vec_info): Free the SLP instances.

From-SVN: r190469
gcc/ChangeLog
gcc/ipa-split.c
gcc/tree-sra.c
gcc/tree-vect-data-refs.c
gcc/tree-vect-slp.c
gcc/tree-vect-stmts.c