OSDN Git Service

(call_internal1, call_value_internal1): Move %* from start
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 1995 22:53:59 +0000 (22:53 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 1995 22:53:59 +0000 (22:53 +0000)
of assembler output to immediately before the jal.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9251 138bc75d-0d04-0410-961f-82ee72b054a4

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