From 9c462086269324350516b3394d478f1d71a4b5d1 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 27 Jan 2015 14:31:40 -0800 Subject: ART: Even more Quick cleanup Remove Backend. Change-Id: I247cc65ccda6a362ba1a8f5e73e7f12ecd980a87 --- compiler/dex/quick/codegen_util.cc | 4 ++-- 1 file changed, 2 insertions(+), 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 52b2e15342..04113dba81 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -967,12 +967,12 @@ ConditionCode Mir2Lir::NegateComparison(ConditionCode before) { // TODO: move to mir_to_lir.cc Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena) - : Backend(arena), - literal_list_(nullptr), + : literal_list_(nullptr), method_literal_list_(nullptr), class_literal_list_(nullptr), code_literal_list_(nullptr), first_fixup_(nullptr), + arena_(arena), cu_(cu), mir_graph_(mir_graph), switch_tables_(arena->Adapter(kArenaAllocSwitchTable)), -- cgit v1.2.3-59-g8ed1b