(call_internal1, call_value_internal1): Move %* from start
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Mar 1995 22:53:59 +0000 (14:53 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Mar 1995 22:53:59 +0000 (14:53 -0800)
of assembler output to immediately before the jal.

From-SVN: r9251

gcc/config/mips/mips.md

index da55792..9717b07 100644 (file)
@@ -6112,7 +6112,7 @@ move\\t%0,%z4\\n\\
   else if (GET_CODE (target) == CONST_INT)
     {
       operands[0] = target;
-      return \"%*%[li\\t%@,%0\\n\\tjal\\t%2,%@%]\";
+      return \"%[li\\t%@,%0\\n\\t%*jal\\t%2,%@%]\";
     }
 
   else
@@ -6269,7 +6269,7 @@ move\\t%0,%z4\\n\\
   else if (GET_CODE (target) == CONST_INT)
     {
       operands[1] = target;
-      return \"%*%[li\\t%@,%1\\n\\tjal\\t%3,%@%]\";
+      return \"%[li\\t%@,%1\\n\\t%*jal\\t%3,%@%]\";
     }
 
   else