* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
From-SVN: r121443
This commit is contained in:
parent
c6923d93eb
commit
52f7138e13
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-31 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
|
||||
|
||||
2007-01-31 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
PR target/19087
|
||||
|
|
|
@ -1738,8 +1738,6 @@ extern enum reg_class reg_class_from_letter[];
|
|||
&& (GET_CODE (X) == LABEL_REF || PIC_DIRECT_ADDR_P (X))) \
|
||||
? TARGET_REGS \
|
||||
: SECONDARY_INOUT_RELOAD_CLASS((CLASS),(MODE),(X), NO_REGS))
|
||||
#else
|
||||
#define HAVE_SECONDARY_RELOADS
|
||||
#endif
|
||||
|
||||
/* Return the maximum number of consecutive registers
|
||||
|
|
Loading…
Add table
Reference in a new issue