diff options
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index b9f8d0057b..8bb053ed8a 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -93,12 +93,10 @@ class CompilerLLVM { return (elf_loader_.get() != NULL); } - const void* GetMethodCodeAddr(const CompiledMethod* cm, - const Method* method) const; + const void* GetMethodCodeAddr(const CompiledMethod* cm) const; const Method::InvokeStub* GetMethodInvokeStubAddr( - const CompiledInvokeStub* cm, - const Method* method) const; + const CompiledInvokeStub* cm) const; std::vector<ElfImage> GetElfImages() const; |