(zero_extendhisi2): Remove unneeded constraint.

From-SVN: r1514
This commit is contained in:
Richard Kenner 1992-07-08 06:27:39 -04:00
parent 5f2435432d
commit 3b5e8cb62e

View File

@ -980,7 +980,7 @@
;; Now zero extensions:
(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" "")))]
""
"")