mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:14:53 +08:00
Revert accidental change to mips_output_move.
From-SVN: r67346
This commit is contained in:
parent
159ca3a3a4
commit
245115a4b4
@ -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…
Reference in New Issue
Block a user