From b41b33b5e5f08083e35f84818b4f44d26feb4a8b Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Tue, 20 Mar 2012 14:22:54 -0700 Subject: Add 3rd argument register to X86. Implement more instructions. Change-Id: I3af7bbaf18eedc6537f1cfc2d57c4f6106fb5164 --- src/compiler/codegen/x86/X86RallocUtil.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/codegen/x86/X86RallocUtil.cc') 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); -- cgit v1.2.3-59-g8ed1b