(FUNCTION_VALUE): Simplify, just return reg 0.

From-SVN: r2563
This commit is contained in:
Jim Wilson 1992-10-22 12:16:43 -07:00
parent c44779ee22
commit 254f7d80a5
1 changed files with 2 additions and 2 deletions

View File

@ -815,8 +815,8 @@ extern struct rtx_def *i960_function_arg ();
If the precise function being called is known, FUNC is its FUNCTION_DECL;
otherwise, FUNC is 0. */
extern struct rtx_def *i960_function_value ();
#define FUNCTION_VALUE(TYPE, FUNC) i960_function_value (TYPE)
#define FUNCTION_VALUE(TYPE, FUNC) \
gen_rtx (REG, TYPE_MODE (TYPE), 0)
/* Force objects larger than 16 bytes to be returned in memory, since we
only have 4 registers available for return values. */