Chromium Code Reviews| Index: vm/flow_graph_allocator.h |
| =================================================================== |
| --- vm/flow_graph_allocator.h (revision 10050) |
| +++ vm/flow_graph_allocator.h (working copy) |
| @@ -27,6 +27,9 @@ |
| void AnalyzeLiveness(); |
| private: |
| + // Eliminate unnecessary environments from the IL. |
| + void EliminateEnvironmentUses(); |
| + |
| // Compute initial values for live-out, kill and live-in sets. |
| void ComputeInitialSets(); |