From 5fa8b98a41ee4b31c6de2c5241dcc948e8a1936f Mon Sep 17 00:00:00 2001 From: danglin Date: Mon, 29 Oct 2001 19:48:20 +0000 Subject: [PATCH] * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46611 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c5d533..05613ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 John David Anglin + + * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero. + Mon Oct 29 07:23:33 2001 Richard Kenner * Makefile.in (OBJS): Put all files in alphabetical order. diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index b069884..9562069 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -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)))] -- 2.7.4