Re: [8/9] Hide call_used_regs in target-independent code

2019-09-10 Thread Jeff Law
On 9/10/19 10:34 AM, Richard Sandiford wrote: > Now that tests of call_used_regs go through call_used_or_fixed_reg_p, > we can hide call_used_regs from target-independent code. (It still > needs to be available to targets for the conditional register usage > hooks.) > > > 2019-09-10 Richard San

[8/9] Hide call_used_regs in target-independent code

2019-09-10 Thread Richard Sandiford
Now that tests of call_used_regs go through call_used_or_fixed_reg_p, we can hide call_used_regs from target-independent code. (It still needs to be available to targets for the conditional register usage hooks.) 2019-09-10 Richard Sandiford gcc/ * hard-reg-set.h (call_used_regs): On