From: Andrew Pinski Date: Fri, 29 Apr 2005 18:50:57 +0000 (-0700) Subject: re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize) X-Git-Tag: misc/cutover-cvs2svn~3584 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13ea650c588514e9c6e693d2d775e33e62215c67;p=thirdparty%2Fgcc.git re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize) 2005-04-29 Devang Patel PR tree-optimization/21272 PR tree-optimization/21266 * tree-if-conv.c (find_phi_replacement_condition): Fix think-o. From-SVN: r99013 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b95a20a1be16..14e936983c20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -17,6 +17,7 @@ 2005-04-29 Devang Patel PR tree-optimization/21272 + PR tree-optimization/21266 * tree-if-conv.c (find_phi_replacement_condition): Fix think-o. 2005-04-29 Kazu Hirata