From adb8c67f6d87a160d4e3a8afea7cb93f6c14568b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 6 Mar 2012 16:49:32 -0800 Subject: Move the compiler away from libdex. Change-Id: I0c5fdc38d94f1199023cfc6aab3060b927ad2383 --- src/compiler_llvm/method_compiler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/compiler_llvm/method_compiler.h') diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index ea5534c99a..c9e03a41e7 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -302,12 +302,11 @@ class MethodCompiler { llvm::Value* EmitLoadStaticStorage(uint32_t dex_pc, uint32_t type_idx); - llvm::Value* EmitLoadCalleeThis(Instruction::DecodedInstruction const& di, - bool is_range); + llvm::Value* EmitLoadCalleeThis(DecodedInstruction const& di, bool is_range); void EmitLoadActualParameters(std::vector& args, uint32_t callee_method_idx, - Instruction::DecodedInstruction const& di, + DecodedInstruction const& di, bool is_range, bool is_static); -- cgit v1.2.3-59-g8ed1b