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

Unified Diff: lib/compiler/implementation/ssa/codegen_helpers.dart

Issue 10579014: Postpone the argument type optimizations until the types are stable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix comment. Created 8 years, 6 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
Index: lib/compiler/implementation/ssa/codegen_helpers.dart
diff --git a/lib/compiler/implementation/ssa/codegen_helpers.dart b/lib/compiler/implementation/ssa/codegen_helpers.dart
index f1b5fa7747187cd0ba3ef1213abebed835aec021..cdc2864ed9a3f2926fa1da084adc26b781e34ad9 100644
--- a/lib/compiler/implementation/ssa/codegen_helpers.dart
+++ b/lib/compiler/implementation/ssa/codegen_helpers.dart
@@ -52,7 +52,7 @@ class SsaInstructionMerger extends HBaseVisitor {
generateAtUseSite.add(instruction);
} else if (instruction.isCheckedModeCheck()) {
// Checked mode checks compile to code that only use their input
- // once, so we can safely visit them an try to merge the input.
+ // once, so we can safely visit them and try to merge the input.
visitInstruction(instruction);
}
}
« no previous file with comments | « no previous file | lib/compiler/implementation/ssa/nodes.dart » ('j') | lib/compiler/implementation/ssa/types_propagation.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698