diff options
Diffstat (limited to 'compiler/optimizing/scheduler_test.cc')
-rw-r--r-- | compiler/optimizing/scheduler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/scheduler_test.cc b/compiler/optimizing/scheduler_test.cc index c166a46082..a1cc202a89 100644 --- a/compiler/optimizing/scheduler_test.cc +++ b/compiler/optimizing/scheduler_test.cc @@ -274,7 +274,7 @@ class SchedulerTest : public OptimizingUnitTest { } HeapLocationCollector heap_location_collector( - graph_, GetScopedAllocator(), /*for_partial_elimination=*/false); + graph_, GetScopedAllocator(), LoadStoreAnalysisType::kBasic); heap_location_collector.VisitBasicBlock(entry); heap_location_collector.BuildAliasingMatrix(); TestSchedulingGraph scheduling_graph(GetScopedAllocator(), &heap_location_collector); |