diff options
author | 2018-06-29 12:04:07 +0000 | |
---|---|---|
committer | 2018-06-29 12:04:07 +0000 | |
commit | 97ac9cc3c62fe8d93af316763a20d13b3495b993 (patch) | |
tree | bafe28742d1bdfb3e8e119fcd1c5844c29ce7b23 /compiler/optimizing/instruction_builder.cc | |
parent | 956753a5952a74aa43d9e16454b97062d7eddb8c (diff) | |
parent | bb089b6bf850c87e0e42917a383cc7298dcb09c5 (diff) |
Merge "Remove CompilerDriver::support_boot_image_fixup_."
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
-rw-r--r-- | compiler/optimizing/instruction_builder.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/instruction_builder.cc b/compiler/optimizing/instruction_builder.cc index 7cda6e9da3..7d918c47ca 100644 --- a/compiler/optimizing/instruction_builder.cc +++ b/compiler/optimizing/instruction_builder.cc @@ -1777,7 +1777,6 @@ void HInstructionBuilder::BuildLoadString(dex::StringIndex string_index, uint32_ new (allocator_) HLoadString(graph_->GetCurrentMethod(), string_index, *dex_file_, dex_pc); HSharpening::ProcessLoadString(load_string, code_generator_, - compiler_driver_, *dex_compilation_unit_, handles_); AppendInstruction(load_string); @@ -1819,7 +1818,6 @@ HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, HLoadClass::LoadKind load_kind = HSharpening::ComputeLoadClassKind(load_class, code_generator_, - compiler_driver_, *dex_compilation_unit_); if (load_kind == HLoadClass::LoadKind::kInvalid) { |