Re: [06/13] Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG

2019-08-19 Thread Jeff Law
On 8/19/19 9:16 AM, Richard Sandiford wrote: > This patch makes both TARGET_FUNCTION_ARG and > TARGET_FUNCTION_INCOMING_ARG take a function_arg_info. > They have to be done together since many targets use the > same function for both. > > The hooks are passed the promoted mode instead of the origi

[06/13] Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG

2019-08-19 Thread Richard Sandiford
This patch makes both TARGET_FUNCTION_ARG and TARGET_FUNCTION_INCOMING_ARG take a function_arg_info. They have to be done together since many targets use the same function for both. The hooks are passed the promoted mode instead of the original type mode. 2019-08-19 Richard Sandiford gcc/