]> gcc.gnu.org Git - gcc.git/commitdiff
* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
authorRichard Henderson <rth@redhat.com>
Fri, 14 Jun 2002 20:26:23 +0000 (13:26 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 14 Jun 2002 20:26:23 +0000 (13:26 -0700)
From-SVN: r54625

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 451e1682c51ef8f087f82c3cf3fb5cd38f413e1b..320605fba8d3696bc7a1dba0ad095afd9724163a 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-14  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
+
 2002-06-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
index 9b6a83028b686fc6c225512e48310ff355620c78..c955a9d75a7deb46db8d350ee37ad5de339a0699 100644 (file)
@@ -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" "")))]
   ""
This page took 0.106917 seconds and 5 git commands to generate.