diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-19 20:12:12 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-19 20:12:12 +0000 |
commit | 77f9cd6fca11ab69984e36a2b3e496634434dea4 (patch) | |
tree | b95a65f1a87bd0343f208074b6aa3bc545994944 /gcc/genrecog.c | |
parent | c49a29c7d4ffb7c84a1de679ae596425734ae72d (diff) | |
download | gcc-77f9cd6fca11ab69984e36a2b3e496634434dea4.tar.gz |
(pred): Fix additional typo in `comparison_operator'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 19c0f0d4dcd..fb7a3a19b4e 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}}}; |