diff options
author | Anatoly Sokolov <aesok@post.ru> | 2011-03-08 23:51:11 +0300 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2011-03-08 23:51:11 +0300 |
commit | ef78aed645ba8b781a9a78412669738dc7871c6a (patch) | |
tree | 83329558ce8e006570b0aab88fa167b7dbb53a47 /gcc/config/mips/mips.h | |
parent | 5f892aa09229fb2b545b03002266f89bd653d39f (diff) | |
download | gcc-ef78aed645ba8b781a9a78412669738dc7871c6a.zip gcc-ef78aed645ba8b781a9a78412669738dc7871c6a.tar.gz gcc-ef78aed645ba8b781a9a78412669738dc7871c6a.tar.bz2 |
mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
* config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
* config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
* config/mips/mips.c (mips_preferred_reload_class): Make static.
Change 'rclass' argument and result type to reg_class_t.
(TARGET_PREFERRED_RELOAD_CLASS): Define.
From-SVN: r170789
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 24539c4..9600dcb 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2028,9 +2028,6 @@ enum reg_class #define SMALL_INT_UNSIGNED(X) SMALL_OPERAND_UNSIGNED (INTVAL (X)) #define LUI_INT(X) LUI_OPERAND (INTVAL (X)) -#define PREFERRED_RELOAD_CLASS(X,CLASS) \ - mips_preferred_reload_class (X, CLASS) - /* The HI and LO registers can only be reloaded via the general registers. Condition code registers can only be loaded to the general registers, and from the floating point registers. */ |