From de68676b24f61a55adc0b22fe828f036a5925c41 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 24 Jun 2014 18:42:06 +0000 Subject: Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" This reverts commit 2689fbad6b5ec1ae8f8c8791a80c6fd3cf24144d. Breaks the build. Change-Id: I9faad4e9a83b32f5f38b2ef95d6f9a33345efa33 --- compiler/dex/quick/codegen_util.cc | 9 --------- 1 file changed, 9 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 5ff73800de..ec0fb43571 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -79,15 +79,6 @@ void Mir2Lir::MarkSafepointPC(LIR* inst) { DCHECK(safepoint_pc->u.m.def_mask->Equals(kEncodeAll)); } -void Mir2Lir::MarkSafepointPCAfter(LIR* after) { - DCHECK(!after->flags.use_def_invalid); - after->u.m.def_mask = &kEncodeAll; - // As NewLIR0 uses Append, we need to create the LIR by hand. - LIR* safepoint_pc = RawLIR(current_dalvik_offset_, kPseudoSafepointPC); - InsertLIRAfter(after, safepoint_pc); - DCHECK(safepoint_pc->u.m.def_mask->Equals(kEncodeAll)); -} - /* Remove a LIR from the list. */ void Mir2Lir::UnlinkLIR(LIR* lir) { if (UNLIKELY(lir == first_lir_insn_)) { -- cgit v1.2.3-59-g8ed1b