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-Tag: prereleases/egcs-1.1-prerelease~2049 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ad90d6623e8073cf075272f037bc6f1ae2ad62e;p=thirdparty%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 ced647b7ce8a..2c24f9ee91f2 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" "")))] ""