aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.h
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2011-03-08 23:51:11 +0300
committerAnatoly Sokolov <aesok@gcc.gnu.org>2011-03-08 23:51:11 +0300
commitef78aed645ba8b781a9a78412669738dc7871c6a (patch)
tree83329558ce8e006570b0aab88fa167b7dbb53a47 /gcc/config/mips/mips.h
parent5f892aa09229fb2b545b03002266f89bd653d39f (diff)
downloadgcc-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.h3
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. */