* tree-if-conv.c (any_pred_load_store): New static variable.
commitdb5c1c9a63c45e73f62263f873c699e3e30c9950
authoramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Apr 2016 11:16:07 +0000 (26 11:16 +0000)
committeramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Apr 2016 11:16:07 +0000 (26 11:16 +0000)
tree69257d5be0ed6e86d5b636f584af904f7e0f207f
parente6ee4c61b160969909e27d271b3f9d07e1a7134d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235437 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-if-conv.c