diff options
| author | 2016-01-25 17:32:28 +0000 | |
|---|---|---|
| committer | 2016-01-25 17:32:28 +0000 | |
| commit | 1acf046cadff4c4d082b3cc76dc833cf39385928 (patch) | |
| tree | bec0de92b3ccdf416cb0425636ca303d603a1238 /compiler/dex/quick/codegen_util.cc | |
| parent | 6a75b9e1f3d8f0703f29db12eed532867e210def (diff) | |
| parent | 8546cc9aeb05e866e1fb6a9e4130d53ea330baa8 (diff) | |
Merge "Revert "Add option to generate compressed backtrace info.""
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
| -rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index af6f91f21d..d68835a9cf 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -1076,7 +1076,7 @@ Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena pc_rel_temp_(nullptr), dex_cache_arrays_min_offset_(std::numeric_limits<uint32_t>::max()), cfi_(&last_lir_insn_, - cu->compiler_driver->GetCompilerOptions().GenerateAnyDebugInfo(), + cu->compiler_driver->GetCompilerOptions().GetGenerateDebugInfo(), arena), in_to_reg_storage_mapping_(arena) { switch_tables_.reserve(4); |