Also fix op1's predicate, though extract_bit_field ignores it.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 18 Mar 1998 16:22:17 +0000 (08:22 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 18 Mar 1998 16:22:17 +0000 (08:22 -0800)
From-SVN: r18677

gcc/config/alpha/alpha.md

index ced647b..2c24f9e 100644 (file)
 
 (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" "")))]
   ""