summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-08 06:07:50 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-08 06:07:50 +0000
commit647ae992e6d768eef716b425b3dc1cf4e37900e2 (patch)
tree7aaad44cfeaa6bb9974d5db170b55155ef046216
parent6c19d207640ed3259c6eb946ce38150b29c09df1 (diff)
downloadppe42-gcc-647ae992e6d768eef716b425b3dc1cf4e37900e2.tar.gz
ppe42-gcc-647ae992e6d768eef716b425b3dc1cf4e37900e2.zip
* rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
before the fctiwz insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29866 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rs6000.md3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 821d3575041..156a24fc266 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
+
+ * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
+ before the fctiwz insn.
+
Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
Mark Mitchell <mark@codesourcery.com>
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 54e62060d2b..ee32350f33c 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -4421,7 +4421,8 @@
(clobber (match_operand 3 "gpc_reg_operand" ""))
(clobber (reg:DI 76))]
"TARGET_HARD_FLOAT"
- [(set (subreg:SI (match_dup 2) 0)
+ [(clobber (match_dup 2))
+ (set (subreg:SI (match_dup 2) 0)
(fix:SI (match_operand:DF 1 "gpc_reg_operand" "")))
(set (match_dup 3)
(unspec [(const_int 0)] 11))
OpenPOWER on IntegriCloud