diff options
| author | 2012-03-06 16:49:32 -0800 | |
|---|---|---|
| committer | 2012-03-06 17:21:07 -0800 | |
| commit | adb8c67f6d87a160d4e3a8afea7cb93f6c14568b (patch) | |
| tree | 93b265743b7fd7a831803f6bc84e2aa8ce338156 /src/compiler_llvm/method_compiler.h | |
| parent | 731b2abfccd8704d129e3b8e46a086660161fef3 (diff) | |
Move the compiler away from libdex.
Change-Id: I0c5fdc38d94f1199023cfc6aab3060b927ad2383
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 5 | 
1 files changed, 2 insertions, 3 deletions
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<llvm::Value*>& args,                                  uint32_t callee_method_idx, -                                Instruction::DecodedInstruction const& di, +                                DecodedInstruction const& di,                                  bool is_range,                                  bool is_static);  |