Commit 6ad90d66 by Richard Henderson

Also fix op1's predicate, though extract_bit_field ignores it.

From-SVN: r18677
parent 10a25232
...@@ -4873,7 +4873,7 @@ ...@@ -4873,7 +4873,7 @@
(define_expand "extzv" (define_expand "extzv"
[(set (match_operand:DI 0 "register_operand" "") [(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 2 "immediate_operand" "")
(match_operand:DI 3 "immediate_operand" "")))] (match_operand:DI 3 "immediate_operand" "")))]
"" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment