(truncdfsf2): Round to single instead of doing nothing.

From-SVN: r5247
This commit is contained in:
Jim Wilson 1993-09-01 16:57:46 -07:00
parent e26a82e41e
commit dcac138d8e
1 changed files with 1 additions and 7 deletions

View File

@ -1632,13 +1632,7 @@
[(set (match_operand:SF 0 "gpc_reg_operand" "=f")
(float_truncate:SF (match_operand:DF 1 "gpc_reg_operand" "f")))]
""
"*
{
if (REGNO (operands[0]) == REGNO (operands[1]))
return \"\";
else
return \"fmr %0,%1\";
}"
"frsp %0,%1"
[(set_attr "type" "fp")])
(define_insn "negsf2"