projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d804fba
)
mips: a1-a3 registers do not need to be saved
author
Guillaume Emont
<guijemont@igalia.com>
Fri, 9 Nov 2012 17:27:23 +0000
(18:27 +0100)
committer
Guillaume Emont
<guijemont@igalia.com>
Fri, 28 Dec 2012 14:17:45 +0000
(15:17 +0100)
orc/orcprogram-mips.c
patch
|
blob
|
history
diff --git
a/orc/orcprogram-mips.c
b/orc/orcprogram-mips.c
index
742678b
..
b3dc8bc
100644
(file)
--- a/
orc/orcprogram-mips.c
+++ b/
orc/orcprogram-mips.c
@@
-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;