]> gcc.gnu.org Git - gcc.git/commitdiff
(untyped_call+1, untyped_call+2): Use std not st for fp
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 8 Dec 1993 23:03:38 +0000 (15:03 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 8 Dec 1993 23:03:38 +0000 (15:03 -0800)
results.

From-SVN: r6196

gcc/config/sparc/sparc.md

index 126074bf9d3c5ce46e37864f62d0837b23370a55..abb307fba781758c2258d6581d4f4c10198ed2cb 100644 (file)
   "*
 {
   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")])
 
   "*
 {
   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")])
 
This page took 0.070785 seconds and 5 git commands to generate.