From: Jim Wilson Date: Wed, 8 Dec 1993 23:03:38 +0000 (-0800) Subject: (untyped_call+1, untyped_call+2): Use std not st for fp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc67e35c1db4ca004e89e4a6e588420d8771a7ec;p=gcc.git (untyped_call+1, untyped_call+2): Use std not st for fp results. From-SVN: r6196 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 126074bf9d3..abb307fba78 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2855,7 +2855,7 @@ "* { operands[2] = adj_offsettable_operand (operands[1], 8); - return \"call %a0,0\;nop\;nop\;std %%o0,%1\;st %%f0,%2\"; + return \"call %a0,0\;nop\;nop\;std %%o0,%1\;std %%f0,%2\"; }" [(set_attr "type" "multi")]) @@ -2872,7 +2872,7 @@ "* { operands[2] = adj_offsettable_operand (operands[1], 8); - return \"call %a0,0\;nop\;nop\;std %%o0,%1\;st %%f0,%2\"; + return \"call %a0,0\;nop\;nop\;std %%o0,%1\;std %%f0,%2\"; }" [(set_attr "type" "multi")])