mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 13:01:21 +08:00
sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
* config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro. From-SVN: r184590
This commit is contained in:
parent
cad1306ecf
commit
dac73555da
@ -1,3 +1,7 @@
|
||||
2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
|
||||
|
||||
2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* config/sh/predicates.md: Remove blank lines.
|
||||
|
@ -1909,12 +1909,6 @@ struct sh_args {
|
||||
|
||||
#define ALLOW_INDEXED_ADDRESS \
|
||||
((!TARGET_SHMEDIA32 && !TARGET_SHCOMPACT) || TARGET_ALLOW_INDEXED_ADDRESS)
|
||||
|
||||
#define GO_IF_LEGITIMATE_INDEX(MODE, OP, WIN) \
|
||||
do { \
|
||||
if (sh_legitimate_index_p ((MODE), (OP))) \
|
||||
goto WIN; \
|
||||
} while (0)
|
||||
|
||||
/* A C compound statement that attempts to replace X, which is an address
|
||||
that needs reloading, with a valid memory address for an operand of
|
||||
|
Loading…
x
Reference in New Issue
Block a user