(CONSTANT_ADDRESS_P): Provide consistent definition.

From-SVN: r9238
This commit is contained in:
Richard Kenner 1995-03-28 08:20:42 -05:00
parent dec5c86b9c
commit ca0c799197

View File

@ -1091,10 +1091,10 @@ extern char *a29k_function_name;
/* Maximum number of registers that can appear in a valid memory address. */
#define MAX_REGS_PER_ADDRESS 1
/* Recognize any constant value that is a valid address.
/* Recognize any constant value that is a valid address. */
None are on the 29K. */
#define CONSTANT_ADDRESS_P(X) 0
#define CONSTANT_ADDRESS_P(X) \
(GET_CODE (X) == CONST_INT && (unsigned) INTVAL (X) < 0x100)
/* Include all constant integers and constant doubles */
#define LEGITIMATE_CONSTANT_P(X) 1