]> gcc.gnu.org Git - gcc.git/commitdiff
(pred): Fix additional typo in `comparison_operator'.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Sep 1993 20:12:12 +0000 (16:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Sep 1993 20:12:12 +0000 (16:12 -0400)
From-SVN: r5367

gcc/genrecog.c

index 19c0f0d4dcd4d9a12bf8594de824bc9c6eee932f..fb7a3a19b4ee5920df1b98b641249d53d572b32f 100644 (file)
@@ -158,7 +158,7 @@ static struct pred_table
      {"push_operand", {MEM}},
      {"memory_operand", {SUBREG, MEM}},
      {"indirect_operand", {SUBREG, MEM}},
-     {"comparison_operator", {EQ, NE, LE, LT, GE, LT, LEU, LTU, GEU, GTU}},
+     {"comparison_operator", {EQ, NE, LE, LT, GE, GT, LEU, LTU, GEU, GTU}},
      {"mode_independent_operand", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
                                   LABEL_REF, SUBREG, REG, MEM}}};
 
This page took 0.068039 seconds and 5 git commands to generate.