]> gcc.gnu.org Git - gcc.git/commitdiff
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 ced647b7ce8ae18d02a24658255f50c7b46cf505..2c24f9ee91f2537676bff6f31dcf86677efd9708 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" "")))]
   ""
This page took 0.068018 seconds and 5 git commands to generate.