On Wed, Sep 11, 2019 at 08:08:38PM +0100, Richard Sandiford wrote:
>        hard_reg_set_iterator hrsi;
> -      EXECUTE_IF_SET_IN_HARD_REG_SET (regs_invalidated_by_call, 0, i, hrsi)
> +      EXECUTE_IF_SET_IN_HARD_REG_SET (abi.full_and_partial_reg_clobbers (),
> +                                   0, i, hrsi)

So "abi" in that means calls?  It is not such a great name like that.
Since its children are very_long_names, it doesn't need to be only three
chars itself, either?


Segher

Reply via email to