Commit d29b7f64 by David Edelsohn Committed by David Edelsohn

* config/rs6000/rs6000.md (floatsitf2): Remove constraints.

From-SVN: r113959
parent b655f214
2006-05-21 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (floatsitf2): Remove constraints.
2006-05-21 Kazu Hirata <kazu@codesourcery.com> 2006-05-21 Kazu Hirata <kazu@codesourcery.com>
PR rtl-optimization/27671 PR rtl-optimization/27671
......
...@@ -8423,8 +8423,8 @@ ...@@ -8423,8 +8423,8 @@
"") "")
(define_expand "floatsitf2" (define_expand "floatsitf2"
[(set (match_operand:TF 0 "gpc_reg_operand" "=f") [(set (match_operand:TF 0 "gpc_reg_operand" "")
(float:TF (match_operand:SI 1 "gpc_reg_operand" "r")))] (float:TF (match_operand:SI 1 "gpc_reg_operand" "")))]
"!TARGET_IEEEQUAD "!TARGET_IEEEQUAD
&& TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128" && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128"
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment