Commit dac73555 by Oleg Endo

sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.

	* config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.

From-SVN: r184590
parent cad1306e
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment