diff options
author | 2014-04-23 22:02:33 +0000 | |
---|---|---|
committer | 2014-04-23 22:02:33 +0000 | |
commit | 125011d70aa84b3fd9052f1c90101401b0851928 (patch) | |
tree | df2ed3d17bcda9444ea611db740374ca1fb17d94 /compiler/dex/quick/codegen_util.cc | |
parent | de981b0c9124f0b1f29e18ea6b8cb8328f561aab (diff) | |
parent | 3a74d15ccc9a902874473ac9632e568b19b91b1c (diff) |
Merge "Delete throw launchpads."
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index 9d85477510..677ee15462 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -926,7 +926,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), - throw_launchpads_(arena, 2048, kGrowableArrayThrowLaunchPads), suspend_launchpads_(arena, 4, kGrowableArraySuspendLaunchPads), tempreg_info_(arena, 20, kGrowableArrayMisc), reginfo_map_(arena, 64, kGrowableArrayMisc), |