aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2006-05-21 20:37:59 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2006-05-21 16:37:59 -0400
commitd29b7f640caa27026111db22f213952d8afef877 (patch)
treed075b598ff1b8c0dd2eb13083c52f9f2391b2f29
parentb655f214fa8e0297c3ef849c8a4f403d85777d13 (diff)
downloadgcc-d29b7f640caa27026111db22f213952d8afef877.zip
gcc-d29b7f640caa27026111db22f213952d8afef877.tar.gz
gcc-d29b7f640caa27026111db22f213952d8afef877.tar.bz2
* config/rs6000/rs6000.md (floatsitf2): Remove constraints.
From-SVN: r113959
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d644b8..b4ab72a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 9ae850b..611d9e1 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -8423,8 +8423,8 @@
"")
(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"
{