Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: pkg/compiler/lib/src/cps_ir/loop_invariant_branch.dart

Issue 1579713002: dart2js cps: Fix a comment. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
///
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698