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

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

Issue 9421035: Support break and labeled statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed unused var. Better trace output. Created 8 years, 10 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: frog/leg/ssa/bailout.dart
diff --git a/frog/leg/ssa/bailout.dart b/frog/leg/ssa/bailout.dart
index e93da74bee256a4d6fbccdb0af66c7773d06d9e5..643d3e39a8487fe8e1cd74d0fbc0b8c2f58ce6d3 100644
--- a/frog/leg/ssa/bailout.dart
+++ b/frog/leg/ssa/bailout.dart
@@ -171,6 +171,10 @@ class SsaEnvironmentBuilder extends HBaseVisitor {
visitBasicBlock(block.successors[0]);
}
+ void visitBreak(HBreak breakInstruction) {
+ unimplemented();
+ }
+
void visitLoopBranch(HLoopBranch branch) {
HBasicBlock block = branch.block;
« no previous file with comments | « frog/leg/resolver.dart ('k') | frog/leg/ssa/builder.dart » ('j') | frog/leg/ssa/builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698