diff options
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r-- | gcc/config/ia64/ia64.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 327a31365db..c6d2c0df6f2 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -1406,9 +1406,7 @@ do { \ on the machine mode of the memory reference it is used for or if the address is valid for some modes but not others. */ -#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) \ - if (GET_CODE (ADDR) == POST_DEC || GET_CODE (ADDR) == POST_INC) \ - goto LABEL; +#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) /* A C expression that is nonzero if X is a legitimate constant for an immediate operand on the target machine. */ |