| 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 c0c80bd83481b844183a836c81ddc674a4e3bb21..b61e7854b7a4a7d8c5e7c1635bb19073789a4744 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| @@ -13,6 +13,8 @@ part of dart2js.cps_ir.optimizers;
|
| /// continuation signature, all invocations, and replaced within the
|
| /// continuation body.
|
| class RedundantPhiEliminator extends RecursiveVisitor with PassMixin {
|
| + String get passName => 'Redundant phi elimination';
|
| +
|
| final Set<Continuation> workSet = new Set<Continuation>();
|
|
|
| @override
|
|
|