| Index: pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| index 11c6bf088639f5cec3a10c03f617c2b38ce994ac..f297a37ba42eda1d3cbdfea1894b12229f6ebc61 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| @@ -19,7 +19,7 @@ class RedundantPhiEliminator extends RecursiveVisitor implements Pass {
|
| if (root.isAbstract) return;
|
|
|
| // Set all parent pointers.
|
| - new _ParentVisitor().visit(root);
|
| + new ParentVisitor().visit(root);
|
|
|
| // Traverse the tree once to build the work set.
|
| visit(root);
|
|
|