summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2015-04-09 17:27:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-09 17:27:31 +0000
commit917f0866f66d3465fa41ddcf9ab09eba2fa78dd3 (patch)
tree08bc03c6ac1a3d06672edaf4b74ce89db4c28da5 /compiler/dex/quick/codegen_util.cc
parent467e33616472fe92051c75b65327aad87a639f3f (diff)
parentc6b4dd8980350aaf250f0185f73e9c42ec17cd57 (diff)
Merge "Implement CFI for Optimizing."
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 ff5f735255..9c9205fbb9 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -1073,7 +1073,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().GetGenerateGDBInformation(),
+ cu->compiler_driver->GetCompilerOptions().GetIncludeDebugSymbols(),
arena),
in_to_reg_storage_mapping_(arena) {
switch_tables_.reserve(4);