* combine.c (simplify_comparison, case GEU): Add missing break.
authorJeff Law <law@gcc.gnu.org>
Tue, 30 Aug 1994 17:56:39 +0000 (11:56 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 30 Aug 1994 17:56:39 +0000 (11:56 -0600)
From-SVN: r8001

gcc/combine.c

index a4913aec2471cc166c2583bac5ac50d185b32257..851a48e1beeec9eb598ae5f0b9acc9c24847e8e9 100644 (file)
@@ -8834,6 +8834,7 @@ simplify_comparison (code, pop0, pop1)
            {
              const_op = 0, op1 = const0_rtx;
              code = LT;
+             break;
            }
          else
            break;