summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-10-25 23:08:24 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-10-25 23:08:25 +0000
commit3c2a6e2468e3e519ade6c3cfcaad7cd34243cdf1 (patch)
tree82dee0d10d01e3a11bae891b45214e035ec3285f /compiler/dex/quick/codegen_util.cc
parent75fabbe71ec82836787b34e7250d992da64c6be0 (diff)
parent31aa97cfec5ee76b2f2496464e1b6f9e11d21a29 (diff)
Merge "Revert "Null check elimination improvement"" into dalvik-dev
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index dfbc887299..a6653fab19 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -164,8 +164,7 @@ void Mir2Lir::DumpLIRInsn(LIR* lir, unsigned char* base_addr) {
lir->operands[0] = WrapPointer(ArenaStrdup("No instruction string"));
}
LOG(INFO) << "-------- dalvik offset: 0x" << std::hex
- << lir->dalvik_offset << " @ "
- << reinterpret_cast<char*>(UnwrapPointer(lir->operands[0]));
+ << lir->dalvik_offset << " @ " << reinterpret_cast<char*>(lir->operands[0]);
break;
case kPseudoExitBlock:
LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest;