diff options
| author | 2018-01-08 20:45:00 +0000 | |
|---|---|---|
| committer | 2018-01-08 20:45:00 +0000 | |
| commit | 812d4d4091b07c83a340e775325b7f42c8521574 (patch) | |
| tree | 7887b2cd4662410114f205bbe1896ff094d51407 /compiler/optimizing/optimizing_unit_test.h | |
| parent | 4b9a11f1d43df69c50e93ba1793fce1c2216682b (diff) | |
| parent | 698ebbca3c54d17c696e87b9e5838df6a5ac9b08 (diff) | |
Merge "Clean up CodeItemAccessors and Compact/StandardDexFile"
Diffstat (limited to 'compiler/optimizing/optimizing_unit_test.h')
| -rw-r--r-- | compiler/optimizing/optimizing_unit_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/optimizing_unit_test.h b/compiler/optimizing/optimizing_unit_test.h index 661abb125c..8c97d57f4a 100644 --- a/compiler/optimizing/optimizing_unit_test.h +++ b/compiler/optimizing/optimizing_unit_test.h @@ -146,7 +146,7 @@ class OptimizingUnitTest : public CommonCompilerTest { /* access_flags */ 0u, /* verified_method */ nullptr, handles_->NewHandle<mirror::DexCache>(nullptr)); - CodeItemDebugInfoAccessor accessor(&graph->GetDexFile(), code_item); + CodeItemDebugInfoAccessor accessor(graph->GetDexFile(), code_item); HGraphBuilder builder(graph, dex_compilation_unit, accessor, handles_.get(), return_type); bool graph_built = (builder.BuildGraph() == kAnalysisSuccess); return graph_built ? graph : nullptr; |