| Index: pkg/compiler/lib/src/cps_ir/redundant_join.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/redundant_join.dart b/pkg/compiler/lib/src/cps_ir/redundant_join.dart
|
| index 808c1c73eed90f4720503ae95a60cc9b646866a0..f1191ff5e17a46cb7ddf4b115bed1f7d99374319 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/redundant_join.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/redundant_join.dart
|
| @@ -212,7 +212,7 @@ class RedundantJoinEliminator extends TrampolineRecursiveVisitor implements Pass
|
| /// After lifting LetConts in the main pass above, parameter objects can have
|
| /// multiple bindings. Each reference implicitly refers to the binding that
|
| /// is currently in scope.
|
| -///
|
| +///
|
| /// This returns the IR to its normal form after redundant joins have been
|
| /// eliminated.
|
| class AlphaRenamer extends TrampolineRecursiveVisitor {
|
|
|