| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index ad2bb3054cacabf9dcaae63351fa9ded23d0ea59..8b28b718cb0038a2973cd4fe7cd28779dce35c25 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -102,6 +102,8 @@ class FlowGraph : public ZoneAllocated {
|
|
|
| intptr_t alloc_ssa_temp_index() { return current_ssa_temp_index_++; }
|
|
|
| + intptr_t InstructionCount() const;
|
| +
|
| // Operations on the flow graph.
|
| void ComputeSSA(intptr_t next_virtual_register_number);
|
| void ComputeUseLists();
|
|
|