Revert accidental change to mips_output_move.
From-SVN: r67346
This commit is contained in:
parent
159ca3a3a4
commit
245115a4b4
1 changed files with 2 additions and 2 deletions
|
@ -2895,7 +2895,7 @@ mips_output_move (dest, src)
|
|||
if (dest_code == REG)
|
||||
{
|
||||
if (GP_REG_P (REGNO (dest)))
|
||||
return "or\t%0,%z1,$0";
|
||||
return "move\t%0,%z1";
|
||||
|
||||
if (MD_REG_P (REGNO (dest)))
|
||||
return "mt%0\t%z1";
|
||||
|
@ -2962,7 +2962,7 @@ mips_output_move (dest, src)
|
|||
break;
|
||||
|
||||
case CONSTANT_GP:
|
||||
return "or\t%0,%1,$0";
|
||||
return "move\t%0,%1";
|
||||
|
||||
case CONSTANT_RELOC:
|
||||
return (TARGET_MIPS16 ? "li\t%0,0\n\taddiu\t%0,%1" : "li\t%0,%1");
|
||||
|
|
Loading…
Add table
Reference in a new issue