+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
"")
(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"
{