Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 42037) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -214,6 +214,8 @@ |
| void DiscoverBlocks(); |
| + void MergeBlocks(); |
| + |
| // Compute information about effects occuring in different blocks and |
| // discover side-effect free paths. |
| void ComputeBlockEffects(); |