tree-vrp.c (find_assert_locations): Skip also edges from the entry block.
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 Aug 2012 09:19:39 +0000 (11:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 22 Aug 2012 09:19:39 +0000 (11:19 +0200)
commit6f723d3319d8a656079b0509be4a249c0fbd955c
tree98675a15894bfa9e3293f468a5a660c709083407
parent06d43afd8592777cbc11e78a8b7667fda6c1eace
tree-vrp.c (find_assert_locations): Skip also edges from the entry block.

* tree-vrp.c (find_assert_locations): Skip also edges
from the entry block.

* tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Call
free_stmt_vec_info on orig_cond after gsi_removing it.
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Always
free body_cost_vec vector.
(vect_analyze_data_refs): If gather is unsuccessful,
free_data_ref (dr).
* tree-inline.c (tree_function_versioning): Free
old_transforms_to_apply vector.

From-SVN: r190590
gcc/ChangeLog
gcc/tree-inline.c
gcc/tree-vect-data-refs.c
gcc/tree-vect-loop-manip.c
gcc/tree-vrp.c