From 04ec04e096306c38abe00cbe65e0aff64524ab1d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Tue, 28 Feb 2012 16:15:33 -0800 Subject: Fix LLVM compiler following array object representation change Change-Id: Ia987e1392dc1814dcb29e2a26c8a5d7b12d86f21 --- src/compiler_llvm/method_compiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 e75e945f57..0359fa2bba 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -334,7 +334,8 @@ class MethodCompiler { llvm::Value* EmitArrayGEP(llvm::Value* array_addr, llvm::Value* index_value, - llvm::Type* elem_type); + llvm::Type* elem_type, + JType elem_jty); llvm::Value* EmitLoadConstantClass(uint32_t dex_pc, uint32_t type_idx); -- cgit v1.2.3-59-g8ed1b