summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/MethodBitcode.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-10-26 10:59:50 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-10-26 10:59:50 -0700
commitbf90dbe0ad99b91dc20f6e35ee32a05884c5c481 (patch)
tree930cb2338703cf30c892be92685b0dbb16c22081 /src/compiler/codegen/MethodBitcode.cc
parent6ffd0967027c092a62d7100ca42ceded369c8ca1 (diff)
parentc531cefbfb5394413122e9f57d211ba436cff012 (diff)
Merge "Eliminate #ifdef ART_USE_QUICK_COMPILER" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/MethodBitcode.cc')
-rw-r--r--src/compiler/codegen/MethodBitcode.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/codegen/MethodBitcode.cc b/src/compiler/codegen/MethodBitcode.cc
index cf07ea45c3..79208833f1 100644
--- a/src/compiler/codegen/MethodBitcode.cc
+++ b/src/compiler/codegen/MethodBitcode.cc
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#if defined(ART_USE_QUICK_COMPILER)
#include "object_utils.h"
#include <llvm/Support/ToolOutputFile.h>
@@ -3537,5 +3536,3 @@ void oatMethodBitcode2LIR(CompilationUnit* cUnit)
} // namespace art
-
-#endif // ART_USE_QUICK_COMPILER