Index: pkg/compiler/lib/src/cps_ir/loop_effects.dart |
diff --git a/pkg/compiler/lib/src/cps_ir/loop_effects.dart b/pkg/compiler/lib/src/cps_ir/loop_effects.dart |
index 4a73e5dcac3a035b550bc552cccecd572956e670..d7c3c6fc391f6cbd3dc1857f0e21e6308c4c5846 100644 |
--- a/pkg/compiler/lib/src/cps_ir/loop_effects.dart |
+++ b/pkg/compiler/lib/src/cps_ir/loop_effects.dart |
@@ -85,7 +85,8 @@ class LoopSideEffects extends TrampolineRecursiveVisitor { |
if (inner == null) { |
// The shrinking reductions pass must run before any pass that relies |
// on computing loop side effects. |
- world.compiler.reporter.internalError(null, |
+ world.compiler.reporter.internalError( |
+ null, |
'Unreachable continuations must be removed before computing ' |
'loop side effects.'); |
} |