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
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