Commit 3b5e8cb6 by Richard Kenner

(zero_extendhisi2): Remove unneeded constraint.

From-SVN: r1514
parent 5f243543
...@@ -980,7 +980,7 @@ ...@@ -980,7 +980,7 @@
;; Now zero extensions: ;; Now zero extensions:
(define_expand "zero_extendhisi2" (define_expand "zero_extendhisi2"
[(set (match_operand:SI 0 "register_operand" "b") [(set (match_operand:SI 0 "register_operand" "")
(zero_extend:SI (match_operand:HI 1 "register_operand" "")))] (zero_extend:SI (match_operand:HI 1 "register_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