From ad027eaed90ec8180e2322c8a5753b51c98bf5cc Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Sat, 6 May 2000 11:14:18 +0000 Subject: * arm.h (SPECIAL_MODE_PREDICATES): Define. From-SVN: r33724 --- gcc/config/arm/arm.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/config') diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index d9865ae..0bbf627 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2874,4 +2874,11 @@ extern int making_const_table; {"logical_binary_operator", {AND, IOR, XOR}}, \ {"dominant_cc_register", {REG}}, +/* Define this if you have special predicates that know special things + about modes. Genrecog will warn about certain forms of + match_operand without a mode; if the operand predicate is listed in + SPECIAL_MODE_PREDICATES, the warning will be suppressed. */ +#define SPECIAL_MODE_PREDICATES \ + "cc_register", "dominant_cc_register", + #endif /* __ARM_H__ */ -- cgit v1.1