From: David Edelsohn Date: Thu, 24 Feb 2005 22:09:35 +0000 (+0000) Subject: rs6000.md (trunctfdf2): Remove register constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=589b3fda5756e4493795a176bdb1b47fefe268ec;p=gcc.git rs6000.md (trunctfdf2): Remove register constraints. * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints. Fix formatting. From-SVN: r95520 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48cbd3a5f8b..b8584768472 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,9 @@ * reload.c (operands_match_p): Only increment register number for SCALAR_INT_MODE_P modes in multiple hard registers. + * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints. + Fix formatting. + 2005-02-24 Volker Reichelt * ChangeLog.5: Fix log message typo(s). diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 7fd210d9d1d..bf2bf4ce37b 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -8326,11 +8326,11 @@ }) (define_expand "trunctfdf2" - [(set (match_operand:DF 0 "gpc_reg_operand" "=f") - (float_truncate:DF (match_operand:TF 1 "gpc_reg_operand" "f")))] + [(set (match_operand:DF 0 "gpc_reg_operand" "") + (float_truncate:DF (match_operand:TF 1 "gpc_reg_operand" "")))] "(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_DARWIN) && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128" -"") + "") (define_insn_and_split "trunctfdf2_internal1" [(set (match_operand:DF 0 "gpc_reg_operand" "=f,?f")