summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.h
diff options
context:
space:
mode:
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-09 18:29:36 +0000
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-09 18:29:36 +0000
commit8c9a773b211b251cfe2f40303ea3eba7e4ec0aa3 (patch)
treed27cdf5755ccda8bdfb8397e0bb10dbbcee0d89a /gcc/config/m32r/m32r.h
parent22dcc08a91f6f5edb85951a79d826f34988f1875 (diff)
downloadgcc-8c9a773b211b251cfe2f40303ea3eba7e4ec0aa3.tar.gz
* config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
(TARGET_MODE_DEPENDENT_ADDRESS_P): Define. * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r--gcc/config/m32r/m32r.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h
index 66ff1ec9bfb..9aa354a2398 100644
--- a/gcc/config/m32r/m32r.h
+++ b/gcc/config/m32r/m32r.h
@@ -1048,16 +1048,6 @@ L2: .word STATIC
goto ADDR; \
} \
while (0)
-
-/* 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) \
- do \
- { \
- if (GET_CODE (ADDR) == LO_SUM) \
- goto LABEL; \
- } \
- while (0)
/* Condition code usage. */