]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390.md ("fixuns_trunc<mode>si2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Tue, 21 Feb 2012 11:20:57 +0000 (11:20 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 21 Feb 2012 11:20:57 +0000 (11:20 +0000)
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: r184432

gcc/ChangeLog
gcc/config/s390/s390.md

index 13f96448a35b909729b124e8143371f814686208..cb428cef00d36fa58f347e93488d3ed6d1186a66 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2012-02-20  Kai Tietz  <ktietz@redhat.com>
 
        PR target/52238
index 99a8d6631a3f7ebfef924e02a45d1af39e28e20a..ac5b7a0146708110ac6839bfef30bd60c084f1f4 100644 (file)
          (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.