]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-if-conv.c (any_pred_load_store): New static variable.
authorBin Cheng <bin.cheng@arm.com>
Tue, 26 Apr 2016 11:16:07 +0000 (11:16 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Tue, 26 Apr 2016 11:16:07 +0000 (11:16 +0000)
commit520435ec6e7f89235bf0a17b82082498b4c0f7fc
tree69257d5be0ed6e86d5b636f584af904f7e0f207f
parent00f615afef5bed8d1ef1f9c11033b3995641fab2
tree-if-conv.c (any_pred_load_store): New static variable.

* tree-if-conv.c (any_pred_load_store): New static variable.
(if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
any_pred_load_store instead of and_mask_load_store.
(if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
(if_convertible_loop_p, insert_gimplified_predicates): Ditto.
(combine_blocks, tree_if_conversion): Ditto.

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