From: Richard Henderson Date: Wed, 18 Mar 1998 16:22:17 +0000 (-0800) Subject: Also fix op1's predicate, though extract_bit_field ignores it. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ad90d6623e8073cf075272f037bc6f1ae2ad62e;p=platform%2Fupstream%2Fgcc.git Also fix op1's predicate, though extract_bit_field ignores it. From-SVN: r18677 --- 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" "")))] ""