| Index: runtime/vm/flow_graph_allocator.h
|
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
|
| index 2c2447fbef99ecd581cc3eff8e0cf0afe2b72657..b191758986712218217fefb7aaafaf2b040f1b40 100644
|
| --- a/runtime/vm/flow_graph_allocator.h
|
| +++ b/runtime/vm/flow_graph_allocator.h
|
| @@ -54,7 +54,7 @@ class FlowGraphAllocator : public ValueObject {
|
| void CollectRepresentations();
|
|
|
| // Eliminate unnecessary environments from the IL.
|
| - void EliminateEnvironmentUses();
|
| + void EliminateEnvironments();
|
|
|
| // Compute initial values for live-out, kill and live-in sets.
|
| void ComputeInitialSets();
|
|
|