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@gcc.gnu.org>2003-06-23 11:58:25 +0000
commit8116809c601d076dc3c4ac46120cad0c2dd6b388 (patch)
treefec517badf657435fd0cc376a1fbb74717f22a0e /gcc/genrecog.c
parent802a99073ffb4a56ad84ef91341815bdcf1580e4 (diff)
downloadgcc-8116809c601d076dc3c4ac46120cad0c2dd6b388.zip
gcc-8116809c601d076dc3c4ac46120cad0c2dd6b388.tar.gz
gcc-8116809c601d076dc3c4ac46120cad0c2dd6b388.tar.bz2
genrecog.c (pred_table): Remove the entry for mode_independent_operand.
* 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. From-SVN: r68360
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 f6f733f..217f3ad 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)