Re: [04/13] Use function_arg_info for TARGET_PASS_BY_REFERENCE

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

[04/13] Use function_arg_info for TARGET_PASS_BY_REFERENCE

2019-08-19 Thread Richard Sandiford
Use function_arg_info for TARGET_PASS_BY_REFERENCE. The hook is passed the unpromoted type mode instead of the promoted mode. 2019-08-19 Richard Sandiford gcc/ * target.def (pass_by_reference): Take a function_arg_info instead of a mode, type and named flag. * doc/tm.