| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 59c0c0d3d49fd267f8546cf0782755abb778c866..fa8c796c861a2397e542f2fa3646dc6a78559ca4 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -167,7 +167,7 @@ class FlowGraph : public ZoneAllocated {
|
| const GrowableArray<BitVector*>& assigned_vars,
|
| const GrowableArray<BitVector*>& dom_frontier);
|
|
|
| - void MarkLivePhis(GrowableArray<PhiInstr*>* live_phis);
|
| + void RemoveDeadPhis(GrowableArray<PhiInstr*>* live_phis);
|
|
|
| void ReplacePredecessor(BlockEntryInstr* old_block,
|
| BlockEntryInstr* new_block);
|
|
|