aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2012-02-21 11:21:52 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2012-02-21 11:21:52 +0000
commit8540e6e8bdb60f1cd1ea2b05394bdc7a13b8dcd2 (patch)
tree48f57f170136d31d9d361b3b2518d0b2cd17d835 /gcc/config/s390
parent4bee90f7bf162db53304d7b7cfbcd69ffb5cea56 (diff)
downloadgcc-8540e6e8bdb60f1cd1ea2b05394bdc7a13b8dcd2.zip
gcc-8540e6e8bdb60f1cd1ea2b05394bdc7a13b8dcd2.tar.gz
gcc-8540e6e8bdb60f1cd1ea2b05394bdc7a13b8dcd2.tar.bz2
s390.md ("fixuns_trunc<mode>si2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP.
2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP. From-SVN: r184433
Diffstat (limited to 'gcc/config/s390')
-rw-r--r--gcc/config/s390/s390.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index 6f854a5..a875eec 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -4012,7 +4012,7 @@
(unsigned_fix:SI (match_operand:DFP 1 "register_operand" "")))
(unspec:SI [(const_int 5)] UNSPEC_ROUND)
(clobber (reg:CC CC_REGNUM))])]
- "TARGET_Z196 && TARGET_HARD_FLOAT"
+ "TARGET_Z196 && TARGET_HARD_DFP"
"")
; fixuns_trunc(tf|df|sf|td|dd)(di|si)2 instruction patterns.