Commit bc365490 by Richard Kenner

(FUNCTION_VALUE_REGNO_P): True only for the first register in the

group.

From-SVN: r4168
parent aabf56ce
......@@ -724,7 +724,7 @@ extern struct rtx_def *a29k_get_reloaded_address ();
as seen by the caller.
On 29k, gr96-gr111 are used. */
#define FUNCTION_VALUE_REGNO_P(N) ((N) < R_GR (112))
#define FUNCTION_VALUE_REGNO_P(N) ((N) == R_GR (96))
/* 1 if N is a possible register number for function argument passing.
On 29k, these are lr2-lr17. */
......
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