(FUNCTION_VALUE_REGNO_P): True only for the first register in the
group. From-SVN: r4168
This commit is contained in:
parent
aabf56ce42
commit
bc3654906f
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user