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

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

Issue 10001008: Many type fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 8 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/bailout.dart
diff --git a/lib/compiler/implementation/ssa/bailout.dart b/lib/compiler/implementation/ssa/bailout.dart
index c1c814d51bcd81ed725605a005a61ac0da8f4e2d..8b57edf1baee946a43b8ddb02bd9114e5154dd6c 100644
--- a/lib/compiler/implementation/ssa/bailout.dart
+++ b/lib/compiler/implementation/ssa/bailout.dart
@@ -141,7 +141,7 @@ class SsaTypeGuardBuilder extends HBaseVisitor implements OptimizationPhase {
// will be replaced by the live environment at the loop entry,
// in this case {x}.
environment.removeLoopMarker(block);
- capturedEnvironments.forEach((instruction, env) {
+ capturedEnvironments.forEach((ignoredInstruction, env) {
if (env.containsLoopMarker(block)) {
env.removeLoopMarker(block);
env.addAll(environment);
« no previous file with comments | « lib/compiler/implementation/scanner/vm_scanner_bench.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698