From 31aa97cfec5ee76b2f2496464e1b6f9e11d21a29 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 25 Oct 2013 23:07:29 +0000 Subject: Revert "Null check elimination improvement" This reverts commit 4db179d1821a9e78819d5adc8057a72f49e2aed8. Change-Id: I059c15c85860c6c9f235b5dabaaef2edebaf1de2 --- compiler/dex/quick/codegen_util.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/dex/quick/codegen_util.cc') diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index cc185f54ee..2ce8f581b4 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(UnwrapPointer(lir->operands[0])); + << lir->dalvik_offset << " @ " << reinterpret_cast(lir->operands[0]); break; case kPseudoExitBlock: LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest; -- cgit v1.2.3-59-g8ed1b