* config/rs6000/rs6000.md (floatsitf2): Remove constraints.
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 21 May 2006 20:37:59 +0000 (20:37 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 21 May 2006 20:37:59 +0000 (16:37 -0400)
From-SVN: r113959

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

index 7d644b8e4e9d5fe8628e0c3d7f1c381e8bd90898..b4ab72aae1013660f25009ace50731110b3988cd 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.md (floatsitf2): Remove constraints.
+
 2006-05-21  Kazu Hirata  <kazu@codesourcery.com>
 
        PR rtl-optimization/27671
index 9ae850bfa544f643d9db1711b00088199e1cc7dc..611d9e162bfd38b344e2456d2a45456d0abd7533 100644 (file)
   "")
 
 (define_expand "floatsitf2"
-  [(set (match_operand:TF 0 "gpc_reg_operand" "=f")
-        (float:TF (match_operand:SI 1 "gpc_reg_operand" "r")))]
+  [(set (match_operand:TF 0 "gpc_reg_operand" "")
+        (float:TF (match_operand:SI 1 "gpc_reg_operand" "")))]
   "!TARGET_IEEEQUAD
    && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128"
 {