aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-09-19 16:12:12 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-09-19 16:12:12 -0400
commit62e066e2a133fcb3bac995cb923be5c8d6226a43 (patch)
treeb95a65f1a87bd0343f208074b6aa3bc545994944 /gcc/genrecog.c
parent9b404774e7b588cf665f17777dc7ed6b704981e7 (diff)
downloadgcc-62e066e2a133fcb3bac995cb923be5c8d6226a43.zip
gcc-62e066e2a133fcb3bac995cb923be5c8d6226a43.tar.gz
gcc-62e066e2a133fcb3bac995cb923be5c8d6226a43.tar.bz2
(pred): Fix additional typo in `comparison_operator'.
From-SVN: r5367
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 19c0f0d..fb7a3a1 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -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}}};