Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 35967) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -221,6 +221,7 @@ |
| friend class IfConverter; |
| friend class BranchSimplifier; |
| friend class ConstantPropagator; |
| + friend class DeadCodeElimination; |
| // SSA transformation methods and fields. |
| void ComputeDominators(GrowableArray<BitVector*>* dominance_frontier); |