rs6000.md (trunctfdf2): Remove register constraints.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 24 Feb 2005 22:09:35 +0000 (22:09 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 24 Feb 2005 22:09:35 +0000 (17:09 -0500)
        * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints.
        Fix formatting.

From-SVN: r95520

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 48cbd3a5f8b58d5a6a1ecea53fb817c027e757eb..b8584768472e158d870b34ee436b6e3b3ab27033 100644 (file)
@@ -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  <reichelt@igpm.rwth-aachen.de>
 
        * ChangeLog.5: Fix log message typo(s).
index 7fd210d9d1d5c3aabdbcbf87b4389254ea1b84ad..bf2bf4ce37b0a6812afa212ec8d72a702a02d686 100644 (file)
 })
 
 (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")