aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-06-14 13:26:23 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-06-14 13:26:23 -0700
commitd95eb49f76442102a21330652340889b4d1af9ee (patch)
tree861412fcd0c8d68a4460d5dd493832a0ccf00c56 /gcc
parent563b6f04d1a1f249561130cbcc5371d727355ee5 (diff)
downloadgcc-d95eb49f76442102a21330652340889b4d1af9ee.zip
gcc-d95eb49f76442102a21330652340889b4d1af9ee.tar.gz
gcc-d95eb49f76442102a21330652340889b4d1af9ee.tar.bz2
* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
From-SVN: r54625
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 451e168..320605f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 9b6a830..c955a9d 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" "")))]
""