From 23d95d0e2d45f5c3434536b3bc20c8b4c3331ed3 Mon Sep 17 00:00:00 2001 From: buzbee Date: Tue, 14 Dec 2010 13:16:43 -0800 Subject: [JIT] Regalloc cleanup Remove vestiges of code intended for linear scan register allocation in the trace compiler. New plan is to stick with local allocation for traces and build a new linear scan allocator for the method compiler. Change-Id: Ic265ab5a7936b144cbe7fa4dc667fa7aba579045 --- vm/compiler/codegen/CompilerCodegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/compiler/codegen/CompilerCodegen.h') diff --git a/vm/compiler/codegen/CompilerCodegen.h b/vm/compiler/codegen/CompilerCodegen.h index d871c3b7b..70a2bbd64 100644 --- a/vm/compiler/codegen/CompilerCodegen.h +++ b/vm/compiler/codegen/CompilerCodegen.h @@ -44,7 +44,7 @@ void dvmJitUnchainAll(void); void dvmCompilerPatchInlineCache(void); /* Implemented in codegen//Ralloc.c */ -void dvmCompilerRegAlloc(CompilationUnit *cUnit); +void dvmCompilerLocalRegAlloc(CompilationUnit *cUnit); /* Implemented in codegen//ThumbUtil.c */ void dvmCompilerInitializeRegAlloc(CompilationUnit *cUnit); -- cgit v1.2.3