From: Andreas Krebbel Date: Tue, 21 Feb 2012 11:20:57 +0000 (+0000) Subject: s390.md ("fixuns_truncsi2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP. X-Git-Tag: releases/gcc-4.6.3~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dd84d59c3e4dcf1da06a51b403a7f903ab54eb;p=thirdparty%2Fgcc.git s390.md ("fixuns_truncsi2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP. 2012-02-21 Andreas Krebbel * config/s390/s390.md ("fixuns_truncsi2"): Replace TARGET_HARD_FLOAT with TARGET_HARD_DFP. From-SVN: r184432 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13f96448a35b..cb428cef00d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-21 Andreas Krebbel + + * config/s390/s390.md ("fixuns_truncsi2"): Replace + TARGET_HARD_FLOAT with TARGET_HARD_DFP. + 2012-02-20 Kai Tietz PR target/52238 diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 99a8d6631a3f..ac5b7a014670 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -4007,7 +4007,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.