Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
| index e76dd22c4cb71da0bf0e9dba2d36e9b0f2c5b098..7cfbd6667b149674d490c711ed3c5e468d562c65 100644 |
| --- a/runtime/vm/flow_graph.h |
| +++ b/runtime/vm/flow_graph.h |
| @@ -58,6 +58,7 @@ class FlowGraph: public ZoneAllocated { |
| // Operations on the flow graph. |
| void ComputeSSA(); |
| + void ComputeUseLists(); |
| // TODO(zerny): Once the SSA is feature complete this should be removed. |
| void Bailout(const char* reason) const; |