summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/CodegenUtil.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-06-16 23:07:10 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-06-16 23:07:10 -0700
commit69c27e04a96f037ee0ec0472c103416d4a4d5850 (patch)
tree1e678666e6c74ab965d1206d7546f93d5d2ae9bc /src/compiler/codegen/CodegenUtil.cc
parent2613de48e04b582f1af90fd567a34253ebe757c4 (diff)
parent6969d50c820bd63043940b0e0f0ddc6e6ac763b0 (diff)
Merge "Invoke support for Quick Compiler" into ics-mr1-plus-art
Diffstat (limited to 'src/compiler/codegen/CodegenUtil.cc')
-rw-r--r--src/compiler/codegen/CodegenUtil.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/CodegenUtil.cc b/src/compiler/codegen/CodegenUtil.cc
index 11982ba3ed..c189eb2795 100644
--- a/src/compiler/codegen/CodegenUtil.cc
+++ b/src/compiler/codegen/CodegenUtil.cc
@@ -361,7 +361,6 @@ void oatDumpPromotionMap(CompilationUnit *cUnit)
/* Dump instructions and constant pool contents */
void oatCodegenDump(CompilationUnit* cUnit)
{
- LOG(INFO) << "/*";
LOG(INFO) << "Dumping LIR insns for "
<< PrettyMethod(cUnit->method_idx, *cUnit->dex_file);
LIR* lirInsn;