aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1998-03-18 08:22:17 -0800
committerRichard Henderson <rth@gcc.gnu.org>1998-03-18 08:22:17 -0800
commit6ad90d6623e8073cf075272f037bc6f1ae2ad62e (patch)
treeca5750b4c6076c2b379a9f60bd283fdba53789c5 /gcc
parent10a25232267840b3347f75de6bac8f41c7052037 (diff)
downloadgcc-6ad90d6623e8073cf075272f037bc6f1ae2ad62e.zip
gcc-6ad90d6623e8073cf075272f037bc6f1ae2ad62e.tar.gz
gcc-6ad90d6623e8073cf075272f037bc6f1ae2ad62e.tar.bz2
Also fix op1's predicate, though extract_bit_field ignores it.
From-SVN: r18677
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/alpha.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index ced647b..2c24f9e 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -4873,7 +4873,7 @@
(define_expand "extzv"
[(set (match_operand:DI 0 "register_operand" "")
- (zero_extract:DI (match_operand:DI 1 "memory_operand" "")
+ (zero_extract:DI (match_operand:DI 1 "general_operand" "")
(match_operand:DI 2 "immediate_operand" "")
(match_operand:DI 3 "immediate_operand" "")))]
""