From d29b7f640caa27026111db22f213952d8afef877 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sun, 21 May 2006 20:37:59 +0000 Subject: [PATCH] * config/rs6000/rs6000.md (floatsitf2): Remove constraints. From-SVN: r113959 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d644b8e4e9..b4ab72aae10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-21 David Edelsohn + + * config/rs6000/rs6000.md (floatsitf2): Remove constraints. + 2006-05-21 Kazu Hirata PR rtl-optimization/27671 diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 9ae850bfa54..611d9e162bf 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" { -- 2.30.2