OSDN Git Service

Fix a problematic logic at unswitch-loops pass.
authorjingyu <jingyu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Apr 2010 18:16:57 +0000 (18:16 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:17:55 +0000 (14:17 +0900)
commit96a45132efa4dc9b05702b82df47c427fbca8cb4
tree3a02741af6761f145eb540f51923e3ded234691d
parent6395596cd59e86634b0edf5e575e81e7cfb89d87
Fix a problematic logic at unswitch-loops pass.

2010-04-07  Jing Yu  <jingyu@google.com>
            Zdenek Dvorak  <ook@ucw.cz>

PR tree-optimization/42720
* tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
loop unswitch conditions here from
(tree_unswitch_single_loop).

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