| Index: runtime/vm/flow_graph_allocator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_allocator.cc (revision 43047)
|
| +++ runtime/vm/flow_graph_allocator.cc (working copy)
|
| @@ -164,8 +164,7 @@
|
| Instruction* current = it.Current();
|
|
|
| // Initialize location summary for instruction.
|
| - current->InitializeLocationSummary(isolate()->current_zone(),
|
| - true); // opt
|
| + current->InitializeLocationSummary(zone(), true); // opt
|
| LocationSummary* locs = current->locs();
|
| #if DEBUG
|
| locs->DiscoverWritableInputs();
|
|
|