| Index: runtime/vm/flow_graph_allocator.cc
|
| diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc
|
| index 9259bf6b0e5c13cf1a2a4d08739d2ee80518c7b8..880f2e5ad36f2eff5823b56a21c23ff173a81a72 100644
|
| --- a/runtime/vm/flow_graph_allocator.cc
|
| +++ b/runtime/vm/flow_graph_allocator.cc
|
| @@ -158,6 +158,9 @@ void SSALivenessAnalysis::ComputeInitialSets() {
|
| // Initialize location summary for instruction.
|
| current->InitializeLocationSummary(Isolate::Current(), true); // opt
|
| LocationSummary* locs = current->locs();
|
| +#if DEBUG
|
| + locs->DiscoverWritableInputs();
|
| +#endif
|
|
|
| // Handle definitions.
|
| Definition* current_def = current->AsDefinition();
|
|
|