diff options
author | 2013-02-27 14:30:44 -0800 | |
---|---|---|
committer | 2013-02-27 14:30:44 -0800 | |
commit | c928de90ad22ecdf83c18a07008409595f13d3b1 (patch) | |
tree | 065a08f379960f7ba946318aaa742d7ddd0c94bd /src/compiler_llvm/compiler_llvm.h | |
parent | 0f827169742aad6209d830db773a101849c32a83 (diff) |
Remove Iceland.
ART_USE_LLVM_COMPILER is removed and when necessary ART_USE_PORTABLE_COMPILER
is used in #ifdefs.
Change-Id: Iffa9ce5b0246c7c427ccc4e67ecc134624632e55
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r-- | src/compiler_llvm/compiler_llvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |