Commit 45afe7a2 by Jim Wilson

(TYPE_DEPENDENT_REG): Delete.

From-SVN: r12194
parent d6539615
...@@ -152,10 +152,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -152,10 +152,6 @@ Boston, MA 02111-1307, USA. */
&& (mips_abi == ABI_32 || GET_MODE_CLASS (MODE) == MODE_INT)))\ && (mips_abi == ABI_32 || GET_MODE_CLASS (MODE) == MODE_INT)))\
? downward : upward)) ? downward : upward))
extern struct rtx_def *type_dependent_reg ();
#define TYPE_DEPENDENT_REG(REGNO, INDEX, TYPE) \
type_dependent_reg (REGNO, INDEX, TYPE)
#undef RETURN_IN_MEMORY #undef RETURN_IN_MEMORY
#define RETURN_IN_MEMORY(TYPE) \ #define RETURN_IN_MEMORY(TYPE) \
(mips_abi == ABI_32 \ (mips_abi == ABI_32 \
......
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