From 27b3025d4127137bb144864e30514958e836d5cb Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Sat, 14 Jan 2012 03:43:35 +0800 Subject: Implement const-class instruction. Change-Id: If95d9eceff27c226312dcb3560323c7aee54fe66 --- src/compiler_llvm/method_compiler.h | 2 ++ 1 file changed, 2 insertions(+) (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 6a6768b42b..b5877e8ab4 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -315,6 +315,8 @@ class MethodCompiler { llvm::Value* index_value, llvm::Type* elem_type); + llvm::Value* EmitLoadConstantClass(uint32_t dex_pc, uint32_t type_idx); + void EmitGuard_DivZeroException(uint32_t dex_pc, llvm::Value* denominator, JType op_jty); -- cgit v1.2.3-59-g8ed1b