| Index: pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart b/pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart
|
| index dfa2a2d780eed1c8ac4838e4f5938da59959785f..e9f04a62df0647911f02da9e6d8ffa42746ec318 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart
|
| @@ -95,7 +95,7 @@ class LoopInvariantBranchMotion extends BlockVisitor implements Pass {
|
| /// corresponding parameter values as arguments. Thus, the parameters are
|
| /// passed in explicitly instead of being captured.
|
| ///
|
| - /// This only works because [AlphaRenamer] cleans up after this pass.
|
| + /// This only works because [AlphaRenamer] cleans up at the end of this pass.
|
| ///
|
| /// Schematically:
|
| ///
|
|
|