]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Use ifcvt_could_trap_p also...
authorRichard Biener <rguenther@suse.de>
Fri, 10 Jul 2015 08:20:15 +0000 (08:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 10 Jul 2015 08:20:15 +0000 (08:20 +0000)
commit094fe02336be4ba0bf630ab056d34c0333ff0852
tree246ffd9153c7a70f2fd167eac4ef9b12a1ffc7a4
parent2374c427a8b9fe9b6bcb20f2178256549e5b582e
tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.

2015-07-10  Richard Biener  <rguenther@suse.de>

* tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
(if_convertible_loop_p_1): For this always compute bb predicates.
(if_convertible_loop_p): And free them.

From-SVN: r225654
gcc/ChangeLog
gcc/tree-if-conv.c