Commit 16361be6 by Jim Wilson

(call_internal1, call_value_internal1): Move %* from start

of assembler output to immediately before the jal.

From-SVN: r9251
parent 8bd8e198
...@@ -6112,7 +6112,7 @@ move\\t%0,%z4\\n\\ ...@@ -6112,7 +6112,7 @@ move\\t%0,%z4\\n\\
else if (GET_CODE (target) == CONST_INT) else if (GET_CODE (target) == CONST_INT)
{ {
operands[0] = target; operands[0] = target;
return \"%*%[li\\t%@,%0\\n\\tjal\\t%2,%@%]\"; return \"%[li\\t%@,%0\\n\\t%*jal\\t%2,%@%]\";
} }
else else
...@@ -6269,7 +6269,7 @@ move\\t%0,%z4\\n\\ ...@@ -6269,7 +6269,7 @@ move\\t%0,%z4\\n\\
else if (GET_CODE (target) == CONST_INT) else if (GET_CODE (target) == CONST_INT)
{ {
operands[1] = target; operands[1] = target;
return \"%*%[li\\t%@,%1\\n\\tjal\\t%3,%@%]\"; return \"%[li\\t%@,%1\\n\\t%*jal\\t%3,%@%]\";
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment