https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #11)
> (In reply to Andrew Pinski from comment #10)
> > Created attachment 61081 [details]
> > try this untested patch
> 
> I had a typo:
>   "(register_operand (operands[0], <MM:MODE>mode)
>    || reg_or_imm_operand (operands[1], <MM:MODE>))"
> 
> 
> Note the )) there.

One more typo, it should have been:
   "(register_operand (operands[0], <MM:MODE>mode)
    || reg_or_imm_operand (operands[1], <MM:MODE>mode))"

Reply via email to