diff options
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 1f57650..f463faf 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1560,12 +1560,7 @@ do { \ /* Go to LABEL if ADDR (a legitimate address expression) has an effect that depends on the machine mode it is used for. */ -#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) \ - if (GET_CODE (ADDR) == PRE_DEC \ - || GET_CODE (ADDR) == POST_DEC \ - || GET_CODE (ADDR) == PRE_INC \ - || GET_CODE (ADDR) == POST_INC) \ - goto LABEL +#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) #define TARGET_ASM_SELECT_SECTION pa_select_section |