| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 29952be4228cba19112753ce1a40a02a9a3eec1f..05f2944aba6d200b10218d6e9a67602955eb2ef3 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -116,13 +116,12 @@ class FlowGraph : public ZoneAllocated {
|
| #endif // DEBUG
|
|
|
| private:
|
| + friend class ConstantPropagator;
|
| +
|
| void DiscoverBlocks();
|
|
|
| // SSA transformation methods and fields.
|
| - void ComputeDominators(
|
| - GrowableArray<BlockEntryInstr*>* preorder,
|
| - GrowableArray<intptr_t>* parent,
|
| - GrowableArray<BitVector*>* dominance_frontier);
|
| + void ComputeDominators(GrowableArray<BitVector*>* dominance_frontier);
|
|
|
| void CompressPath(
|
| intptr_t start_index,
|
|
|