Re: [32/32] Hide regs_invalidated_by_call etc.

2019-09-29 Thread Jeff Law
On 9/11/19 1:19 PM, Richard Sandiford wrote: > The previous patches removed all target-independent uses of > regs_invalidated_by_call, call_used_or_fixed_regs and > call_used_or_fixed_reg_p. This patch therefore restricts > them to target-specific code (and reginfo.c, which sets them up). > > >

[32/32] Hide regs_invalidated_by_call etc.

2019-09-11 Thread Richard Sandiford
The previous patches removed all target-independent uses of regs_invalidated_by_call, call_used_or_fixed_regs and call_used_or_fixed_reg_p. This patch therefore restricts them to target-specific code (and reginfo.c, which sets them up). 2019-09-11 Richard Sandiford gcc/ * hard-reg-se