From c928de90ad22ecdf83c18a07008409595f13d3b1 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 27 Feb 2013 14:30:44 -0800 Subject: Remove Iceland. ART_USE_LLVM_COMPILER is removed and when necessary ART_USE_PORTABLE_COMPILER is used in #ifdefs. Change-Id: Iffa9ce5b0246c7c427ccc4e67ecc134624632e55 --- src/compiler_llvm/compiler_llvm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler_llvm/compiler_llvm.h') diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index b11ce121f4..0cd08a7a39 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -79,9 +79,7 @@ class CompilerLLVM { CompiledMethod* CompileDexMethod(OatCompilationUnit* oat_compilation_unit, InvokeType invoke_type); -#if defined(ART_USE_PORTABLE_COMPILER) CompiledMethod* CompileGBCMethod(OatCompilationUnit* oat_compilation_unit, std::string* func); -#endif CompiledMethod* CompileNativeMethod(OatCompilationUnit* oat_compilation_unit); -- cgit v1.2.3-59-g8ed1b