summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author Mingyao Yang <mingyao@google.com> 2014-04-29 21:46:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-29 21:46:04 +0000
commitc5d59464e1b97c3008b0c4e0c8114ea132c3f65f (patch)
treee1b47200044b88458db55eb1d897bee31a018e22 /compiler/dex/quick/codegen_util.cc
parent948740c1938860df055ddc801f20fd1707331e38 (diff)
parent6ffcfa04ebb2660e238742a6000f5ccebdd5df15 (diff)
Merge "Rewrite suspend test check with LIRSlowPath."
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc1
1 files changed, 0 insertions, 1 deletions
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),