commit | c928de90ad22ecdf83c18a07008409595f13d3b1 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Feb 27 14:30:44 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Wed Feb 27 14:30:44 2013 -0800 |
tree | 065a08f379960f7ba946318aaa742d7ddd0c94bd | |
parent | 0f827169742aad6209d830db773a101849c32a83 [diff] [blame] |
Remove Iceland. ART_USE_LLVM_COMPILER is removed and when necessary ART_USE_PORTABLE_COMPILER is used in #ifdefs. Change-Id: Iffa9ce5b0246c7c427ccc4e67ecc134624632e55
diff --git a/src/compiler.h b/src/compiler.h index 0f99f4d..9475642 100644 --- a/src/compiler.h +++ b/src/compiler.h
@@ -42,8 +42,7 @@ enum CompilerBackend { kQuick, kQuickGBC, - kPortable, - kIceland // Temporary - remove soon + kPortable }; // Thread-local storage compiler worker threads