From 6ffcfa04ebb2660e238742a6000f5ccebdd5df15 Mon Sep 17 00:00:00 2001 From: Mingyao Yang Date: Fri, 25 Apr 2014 11:06:00 -0700 Subject: Rewrite suspend test check with LIRSlowPath. Change-Id: I2dc17d079655586bfc588349c7a04afc2c6879af --- compiler/dex/quick/codegen_util.cc | 1 - 1 file changed, 1 deletion(-) (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 501e4e204b..c3f9b673d2 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -940,7 +940,6 @@ Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena mir_graph_(mir_graph), switch_tables_(arena, 4, kGrowableArraySwitchTables), fill_array_data_(arena, 4, kGrowableArrayFillArrayData), - suspend_launchpads_(arena, 4, kGrowableArraySuspendLaunchPads), tempreg_info_(arena, 20, kGrowableArrayMisc), reginfo_map_(arena, 64, kGrowableArrayMisc), pointer_storage_(arena, 128, kGrowableArrayMisc), -- cgit v1.2.3-59-g8ed1b