]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 29 Apr 2005 18:50:57 +0000 (11:50 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 29 Apr 2005 18:50:57 +0000 (11:50 -0700)
2005-04-29  Devang Patel  <dpatel@apple.com>

        PR tree-optimization/21272
        PR tree-optimization/21266
        * tree-if-conv.c (find_phi_replacement_condition): Fix think-o.

From-SVN: r99013

gcc/ChangeLog

index b95a20a1be16b21116e8bd4258dfa5540d4739d6..14e936983c2060fd6df0e087427f9f00e038671d 100644 (file)
@@ -17,6 +17,7 @@
 2005-04-29  Devang Patel  <dpatel@apple.com>
 
        PR tree-optimization/21272
+       PR tree-optimization/21266
        * tree-if-conv.c (find_phi_replacement_condition): Fix think-o.
        
 2005-04-29  Kazu Hirata  <kazu@cs.umass.edu>