Re: [05/13] Use function_arg_info for TARGET_SETUP_INCOMING_ARGS

2019-08-19 Thread Jeff Law
On 8/19/19 9:16 AM, Richard Sandiford wrote: > Use function_arg_info for TARGET_SETUP_INCOMING_ARGS. > > The hook is passed the promoted mode instead of the original type mode. > > > 2019-08-19 Richard Sandiford > > gcc/ > * target.def (setup_incoming_varargs): Take a function_arg_info

[05/13] Use function_arg_info for TARGET_SETUP_INCOMING_ARGS

2019-08-19 Thread Richard Sandiford
Use function_arg_info for TARGET_SETUP_INCOMING_ARGS. The hook is passed the promoted mode instead of the original type mode. 2019-08-19 Richard Sandiford gcc/ * target.def (setup_incoming_varargs): Take a function_arg_info instead of a mode and tree. * doc/tm.texi: R