| 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 ec665c1cc404b48be68e91cca7957fb0f330598c..c4964c0e4d02d887c9b36b66b922f6eda6bbde6a 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| @@ -141,7 +141,7 @@ class RedundantPhiEliminator extends RecursiveVisitor with PassMixin {
|
| }
|
|
|
| void processLetCont(LetCont node) {
|
| - workSet.add(node.continuation);
|
| + node.continuations.forEach(workSet.add);
|
| }
|
| }
|
|
|
|
|