diff options
author | Anatoly Sokolov <aesok@post.ru> | 2010-09-09 22:29:36 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2010-09-09 22:29:36 +0400 |
commit | b9be284218ee02515493fd019860c0837b334e39 (patch) | |
tree | d27cdf5755ccda8bdfb8397e0bb10dbbcee0d89a /gcc/config/m32r/m32r.h | |
parent | 709e26f09ba8af665b0bc2b1fb2cc690b5381dd8 (diff) | |
download | gcc-b9be284218ee02515493fd019860c0837b334e39.zip gcc-b9be284218ee02515493fd019860c0837b334e39.tar.gz gcc-b9be284218ee02515493fd019860c0837b334e39.tar.bz2 |
m32r.c (m32r_mode_dependent_address_p): New functions.
* 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.
From-SVN: r164115
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r-- | gcc/config/m32r/m32r.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 66ff1ec..9aa354a 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. */ |