Re: [6/9] Add call_used_or_fixed_reg_p

2019-09-10 Thread Jeff Law
On 9/10/19 10:32 AM, Richard Sandiford wrote: > Similarly to the call_used_or_fixed_regs patch, this one replaces > tests of call_used_regs[i] with call_used_or_fixed_reg_p (i). > The only remaining direct uses of call_used_regs are in reginfo.c > and in the conditional register usage hooks. > > A

[6/9] Add call_used_or_fixed_reg_p

2019-09-10 Thread Richard Sandiford
Similarly to the call_used_or_fixed_regs patch, this one replaces tests of call_used_regs[i] with call_used_or_fixed_reg_p (i). The only remaining direct uses of call_used_regs are in reginfo.c and in the conditional register usage hooks. Again, this is purely mechanical. A later patch will clear