Commit 4ff3bd5f by John David Anglin Committed by John David Anglin

* pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.

From-SVN: r46611
parent 99e9125d
2001-10-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
Mon Oct 29 07:23:33 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (OBJS): Put all files in alphabetical order.
......
......@@ -3507,7 +3507,7 @@
(define_expand "floatunssisf2"
[(set (subreg:SI (match_dup 2) 4)
(match_operand:SI 1 "register_operand" ""))
(set (subreg:SI (match_dup 2) 4)
(set (subreg:SI (match_dup 2) 0)
(const_int 0))
(set (match_operand:SF 0 "register_operand" "")
(float:SF (match_dup 2)))]
......
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