mips: a1-a3 registers do not need to be saved
authorGuillaume Emont <guijemont@igalia.com>
Fri, 9 Nov 2012 17:27:23 +0000 (18:27 +0100)
committerGuillaume Emont <guijemont@igalia.com>
Fri, 28 Dec 2012 14:17:45 +0000 (15:17 +0100)
orc/orcprogram-mips.c

index 742678b..b3dc8bc 100644 (file)
@@ -99,9 +99,6 @@ orc_compiler_orc_mips_init (OrcCompiler *compiler)
 
   compiler->save_regs[ORC_MIPS_V0] = 1;
   compiler->save_regs[ORC_MIPS_V1] = 1;
-  compiler->save_regs[ORC_MIPS_A1] = 1;
-  compiler->save_regs[ORC_MIPS_A2] = 1;
-  compiler->save_regs[ORC_MIPS_A3] = 1;
   for (i=ORC_MIPS_S0; i<= ORC_MIPS_S7; i++)
     compiler->save_regs[i] = 1;