aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-23 11:58:25 +0000
committerKazu Hirata <kazu@cs.umass.edu>2003-06-23 11:58:25 +0000
commit0f900b8af3e4cc2261ed7832f40cb863af324fac (patch)
treefec517badf657435fd0cc376a1fbb74717f22a0e /gcc/genrecog.c
parent579fddf72f60d324d9c0861d89975c5c61a0a1f8 (diff)
* genrecog.c (pred_table): Remove the entry for
mode_independent_operand. * recog.c (next_insns_test_no_inequality): Remove. (mode_independent_operand): Likewise. * recog.h: Remove the prototype for mode_independent_operand. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@68360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index f6f733fe299..217f3ad0c7a 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -212,9 +212,7 @@ static const struct pred_table
{"indirect_operand", {SUBREG, MEM}},
{"comparison_operator", {EQ, NE, LE, LT, GE, GT, LEU, LTU, GEU, GTU,
UNORDERED, ORDERED, UNEQ, UNGE, UNGT, UNLE,
- UNLT, LTGT}},
- {"mode_independent_operand", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
- LABEL_REF, SUBREG, REG, MEM, ADDRESSOF}}
+ UNLT, LTGT}}
};
#define NUM_KNOWN_PREDS ARRAY_SIZE (preds)