| Index: runtime/vm/flow_graph_allocator.cc
|
| diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc
|
| index 9b0fe528c122fad54ddcf3b1f9102a97d5e45d3f..8e9e197ec1ae4d9793591a66a64d10471f851178 100644
|
| --- a/runtime/vm/flow_graph_allocator.cc
|
| +++ b/runtime/vm/flow_graph_allocator.cc
|
| @@ -448,7 +448,7 @@ void FlowGraphAllocator::BuildLiveRanges() {
|
| ConnectIncomingPhiMoves(block);
|
| }
|
|
|
| - const bool copied = builder_->parsed_function().copied_parameter_count() > 0;
|
| + const bool copied = builder_->copied_parameter_count() > 0;
|
|
|
| // Process incoming parameters.
|
| const intptr_t fixed_parameters_count =
|
|
|