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

From-SVN: r46611
This commit is contained in:
John David Anglin 2001-10-29 19:48:20 +00:00 committed by John David Anglin
parent 99e9125d77
commit 4ff3bd5f75
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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)))]