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

Unified Diff: dart/frog/leg/ssa/builder.dart

Issue 9325033: Run co19 language tests on leg. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/frog/leg/ssa/builder.dart
diff --git a/dart/frog/leg/ssa/builder.dart b/dart/frog/leg/ssa/builder.dart
index 2870646d52840db59328088476ed285284b5adc0..2ca28bd47439fe6859882eb2154f1a8b73c2e7f1 100644
--- a/dart/frog/leg/ssa/builder.dart
+++ b/dart/frog/leg/ssa/builder.dart
@@ -722,7 +722,8 @@ class SsaBuilder implements Visitor {
open(bodyBlock);
visit(body);
if (isAborted()) {
- compiler.unimplemented("SsaBuilder for loop with aborting body");
+ compiler.unimplemented("SsaBuilder for loop with aborting body",
+ node: body);
}
bodyBlock = close(new HGoto());

Powered by Google App Engine
This is Rietveld 408576698