From: dje Date: Sun, 21 May 2006 20:37:59 +0000 (+0000) Subject: * config/rs6000/rs6000.md (floatsitf2): Remove constraints. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=d1a0f7ec69ca26ea7cedf38a44bb2176d72da01e;hp=4a761740c859aebb78130d74b2e2a06b8eddf739 * config/rs6000/rs6000.md (floatsitf2): Remove constraints. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113959 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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" {