]> git.ipfire.org Git - thirdparty/gcc.git/commit
Avoid if-conversion of loops in which the data dependence analysis fails.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 16:46:25 +0000 (16:46 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 16:46:25 +0000 (16:46 +0000)
commitfa6e55f9f5e5f21ac53fcac10bd69218b73961c7
tree6fcc95944632f63a4342768926abd256ed0afc31
parentcd40b2d311ead6ed28393516fc04711c5861fd80
Avoid if-conversion of loops in which the data dependence analysis fails.

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

* tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
of loops in which the data dependence analysis fails.

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