summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2016-01-25 13:33:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-01-25 13:33:52 +0000
commite0ce2c987565ef30bd8944798204711e61568297 (patch)
treed593247b35f4989506e856dc7ed4880653dd9bf4 /compiler/dex/quick/codegen_util.cc
parent226ba9b831af3b769faeb35addc9a01d1ff9994a (diff)
parent5fdcc3c931b70204fd8c491afa66f57f8428490f (diff)
Merge "Add option to generate compressed backtrace info."
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index d68835a9cf..af6f91f21d 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().GetGenerateDebugInfo(),
+ cu->compiler_driver->GetCompilerOptions().GenerateAnyDebugInfo(),
arena),
in_to_reg_storage_mapping_(arena) {
switch_tables_.reserve(4);