diff options
Diffstat (limited to 'gcc/config/crx/crx.h')
-rw-r--r-- | gcc/config/crx/crx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/crx/crx.h b/gcc/config/crx/crx.h index cac465701bf..d22db7da903 100644 --- a/gcc/config/crx/crx.h +++ b/gcc/config/crx/crx.h @@ -404,20 +404,6 @@ struct cumulative_args #define REG_OK_FOR_INDEX_P(X) 1 #endif /* REG_OK_STRICT */ -#ifdef REG_OK_STRICT -#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ -{ \ - if (crx_legitimate_address_p (MODE, X, 1)) \ - goto LABEL; \ -} -#else -#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL) \ -{ \ - if (crx_legitimate_address_p (MODE, X, 0)) \ - goto LABEL; \ -} -#endif /* REG_OK_STRICT */ - #define LEGITIMATE_CONSTANT_P(X) 1 /*****************************************************************************/ |