diff options
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); |