From 6ad90d6623e8073cf075272f037bc6f1ae2ad62e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 18 Mar 1998 08:22:17 -0800 Subject: [PATCH] Also fix op1's predicate, though extract_bit_field ignores it. From-SVN: r18677 --- gcc/config/alpha/alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index ced647b7ce8..2c24f9ee91f 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" "")))] "" -- 2.30.2