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..9212165a2df4f419bdcedf850b60d6e1a3d3e6da 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(); |
| + bool ComputeUseLists(); |
|
Vyacheslav Egorov (Google)
2012/08/23 13:51:10
please add a comment explaining the meaning of the
|
| // TODO(zerny): Once the SSA is feature complete this should be removed. |
| void Bailout(const char* reason) const; |