Re: [01/13] Add pass_va_arg_by_reference

2019-08-19 Thread Jeff Law
On 8/19/19 9:11 AM, Richard Sandiford wrote: > This patch splits out a common idiom from the va_arg gimplification > routines, so that there's only one place to update later. > > > 2019-08-19 Richard Sandiford > > gcc/ > * calls.h (pass_va_arg_by_reference): Declare. > * calls.c (

[01/13] Add pass_va_arg_by_reference

2019-08-19 Thread Richard Sandiford
This patch splits out a common idiom from the va_arg gimplification routines, so that there's only one place to update later. 2019-08-19 Richard Sandiford gcc/ * calls.h (pass_va_arg_by_reference): Declare. * calls.c (pass_va_arg_by_reference): New function. * config/a