On 9/10/19 10:31 AM, Richard Sandiford wrote:
> This cleans up a couple of places in which the previous patch had:
> 
>   call_used_or_fixed_regs & ~fixed_reg_set
> 
> In that context, regs_invalidated_by_call is IMO more obvious.
> 
> 
> 2019-09-10  Richard Sandiford  <richard.sandif...@arm.com>
> 
> gcc/
>       * config/frv/frv.c (frv_ifcvt_modify_tests): Use
>       regs_invalidated_by_call & ~fixed_reg_set instead of
>       call_used_or_fixed_regs & ~fixed_reg_set.
>       * config/sh/sh.c (output_stack_adjust): Likewise.
Funny, I saw that in the sh bits and nearly asked if it could be
simplified :-)

OK
jeff

Reply via email to