From 971bf3f9184010d68b9a3ad30b396fa401af91a3 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Tue, 1 May 2012 15:47:55 +0800 Subject: Compile method one-by-one. Change-Id: Ic56fb397f3bd6dee32372eb875261a3383eaf30c --- src/compiler_llvm/utils_llvm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler_llvm/utils_llvm.h') diff --git a/src/compiler_llvm/utils_llvm.h b/src/compiler_llvm/utils_llvm.h index dd35f0a089..eb5fd53e0a 100644 --- a/src/compiler_llvm/utils_llvm.h +++ b/src/compiler_llvm/utils_llvm.h @@ -32,8 +32,8 @@ namespace art { #define VERIFY_LLVM_FUNCTION(func) #endif -inline static std::string ElfFuncName(uint16_t elf_func_idx) { - return StringPrintf("Art%u", static_cast(elf_func_idx)); +inline static std::string ElfFuncName(uint16_t idx) { + return StringPrintf("Art%u", static_cast(idx)); } class CStringLessThanComparator { -- cgit v1.2.3-59-g8ed1b