Re: [11/13] Make function.c use function_arg_info internally

2019-08-19 Thread Jeff Law
On 8/19/19 9:22 AM, Richard Sandiford wrote: > This patch adds a function_arg_info field to assign_parm_data_one, > so that: > > - passed_type -> arg.type > - promoted_mode -> arg.mode > - named_arg -> arg.named > > We can then pass this function_arg_info directly to the converted > hooks.

[11/13] Make function.c use function_arg_info internally

2019-08-19 Thread Richard Sandiford
This patch adds a function_arg_info field to assign_parm_data_one, so that: - passed_type -> arg.type - promoted_mode -> arg.mode - named_arg -> arg.named We can then pass this function_arg_info directly to the converted hooks. Between the initialisation of the assign_parm_data_one and the