diff options
| author | 2012-03-20 14:22:54 -0700 | |
|---|---|---|
| committer | 2012-03-20 14:24:39 -0700 | |
| commit | b41b33b5e5f08083e35f84818b4f44d26feb4a8b (patch) | |
| tree | a888c3c40bd6070acc459700ed5c79055c6984f4 /src/compiler/codegen/x86/X86RallocUtil.cc | |
| parent | 49ac9bfa63aea6d331e4c9aa5011953777bf98ad (diff) | |
Add 3rd argument register to X86.
Implement more instructions.
Change-Id: I3af7bbaf18eedc6537f1cfc2d57c4f6106fb5164
Diffstat (limited to 'src/compiler/codegen/x86/X86RallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/x86/X86RallocUtil.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/x86/X86RallocUtil.cc b/src/compiler/codegen/x86/X86RallocUtil.cc index 156a2d5259..ba5c063c88 100644 --- a/src/compiler/codegen/x86/X86RallocUtil.cc +++ b/src/compiler/codegen/x86/X86RallocUtil.cc @@ -96,7 +96,6 @@ uint32_t oatFpRegMask() { /* Clobber all regs that might be used by an external C call */ extern void oatClobberCalleeSave(CompilationUnit *cUnit) { - oatClobber(cUnit, rBX); oatClobber(cUnit, rBP); oatClobber(cUnit, rSI); oatClobber(cUnit, rDI); |