OSDN Git Service

PR tree-optimization/21116
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 2005 13:19:17 +0000 (13:19 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 2005 13:19:17 +0000 (13:19 +0000)
* tree-ssa-phiopt.c: Fix a typo.

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

gcc/ChangeLog
gcc/tree-ssa-phiopt.c

index 298e67a..03c3961 100644 (file)
@@ -2,6 +2,9 @@
 
        * tree-ssa-phiopt.c: Fix comment typos.
 
+       PR tree-optimization/21116
+       * tree-ssa-phiopt.c: Fix a typo.
+
 2005-04-19  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_sync_operation): Revert last change.
index bc284ec..ff611e6 100644 (file)
@@ -202,7 +202,7 @@ tree_ssa_phiopt (void)
       e1 = EDGE_SUCC (bb1, 0);
 
       /* Make sure that bb1 is just a fall through.  */
-      if (!single_succ_p (bb1) > 1
+      if (!single_succ_p (bb1)
          || (e1->flags & EDGE_FALLTHRU) == 0)
         continue;