Re: [16/32] Remove global call sets: function.c

2019-09-29 Thread Jeff Law
On 9/11/19 1:11 PM, Richard Sandiford wrote: > Whatever the rights and wrongs of the way aggregate_value_p > handles call-preserved registers, it's a de facto part of the ABI, > so we shouldn't change it. The patch simply extends the current > approach to whatever call-preserved set the function h

[16/32] Remove global call sets: function.c

2019-09-11 Thread Richard Sandiford
Whatever the rights and wrongs of the way aggregate_value_p handles call-preserved registers, it's a de facto part of the ABI, so we shouldn't change it. The patch simply extends the current approach to whatever call-preserved set the function happens to be using. 2019-09-11 Richard Sandiford