diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 11:58:25 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 11:58:25 +0000 |
commit | df30d73162b1c81001651e480da0c420fb29e702 (patch) | |
tree | fec517badf657435fd0cc376a1fbb74717f22a0e /gcc/genrecog.c | |
parent | 04b5bef55d14bb45406eb64430fb6a7d9ed0c2b8 (diff) | |
download | gcc-df30d73162b1c81001651e480da0c420fb29e702.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 4 |
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) |