On Mon, 11 Mar 2019, Jakub Jelinek wrote:

> On Mon, Mar 11, 2019 at 02:25:59PM +0100, Martin Liška wrote:
> > @@ -38375,7 +38375,7 @@ rdseed_step:
> >        mode0 = insn_data[icode].operand[0].mode;
> >        if (!insn_data[icode].operand[0].predicate (op0, mode0))
> >     {
> > -     error ("the xabort's argument must be an 8-bit immediate");
> > +     error ("the xabort%'s argument must be an 8-bit immediate");
> >       return const0_rtx;
> >     }
> >        emit_insn (gen_xabort (op0));
> 
> I'd drop the 's here instead and maybe the as well?

If this is going to be changed anyway, can it be cleared up like this:

  "the argument to %<xabort%> intrinsic must be an 8-bit immediate"?

Thanks.
Alexander

Reply via email to