OSDN Git Service

Do not check the if-convertibility of statements that are not predicated.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 16:47:08 +0000 (16:47 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 16:47:08 +0000 (16:47 +0000)
commit12ec13dfcbd60f62bb1d2b157384107198f9a8d6
tree1e645c42d25ea3c1ff2a2be32630e1830f8f794c
parent60e0f7c43c3e98797fd79d7b706d7a68794507d3
Do not check the if-convertibility of statements that are not predicated.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
special case loop->header.
(is_predicated): New.
(if_convertible_loop_p): Call it.

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