From: Richard Henderson Date: Fri, 14 Jun 2002 20:26:23 +0000 (-0700) Subject: * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d95eb49f76442102a21330652340889b4d1af9ee;p=gcc.git * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode. From-SVN: r54625 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 451e1682c51..320605fba8d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-14 Richard Henderson + + * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode. + 2002-06-14 Franz Sirl * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 9b6a83028b6..c955a9d75a7 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -7389,7 +7389,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none" (define_expand "builtin_zapnot" [(set (match_operand:DI 0 "register_operand" "") (and:DI (unspec:DI - [(not:QI (match_operand:QI 2 "reg_or_const_int_operand" ""))] + [(not:QI (match_operand:DI 2 "reg_or_const_int_operand" ""))] UNSPEC_ZAP) (match_operand:DI 1 "reg_or_const_int_operand" "")))] ""