(call_internal1, call_value_internal1): Move %* from start
of assembler output to immediately before the jal. From-SVN: r9251
This commit is contained in:
parent
8bd8e19888
commit
16361be631
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user