diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 23:46:54 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 23:46:54 +0000 |
commit | 0c8e1d8dc204081836615680f9be606f5e148617 (patch) | |
tree | c5cd72bd17f79f3f7419d287af840a84f4d7ca84 /gcc/config | |
parent | 3853513aa6e0061ac98e3fc71221e0b1d348b21f (diff) | |
download | gcc-0c8e1d8dc204081836615680f9be606f5e148617.tar.gz |
* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sh/sh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index ae9d8f9ca1a..1dae39b0577 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -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 |