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

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

Issue 8513004: Throw and a small fix to If. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 9 years, 1 month 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
« no previous file with comments | « frog/leg/ssa/nodes.dart ('k') | frog/leg/ssa/validate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/ssa/tracer.dart
diff --git a/frog/leg/ssa/tracer.dart b/frog/leg/ssa/tracer.dart
index 9643371c279b0aa8d63b485917da45c213ce6409..558e1d02a07df11f6ba9b4111755afe70df6e0a5 100644
--- a/frog/leg/ssa/tracer.dart
+++ b/frog/leg/ssa/tracer.dart
@@ -192,5 +192,7 @@ class HInstructionStringifier implements HVisitor<String> {
String visitSubtract(HSubtract node) => visitInvoke(node);
+ String visitThrow(HThrow node) => "Throw ${temporaryId(node.inputs[0])}";
+
String visitTruncatingDivide(HTruncatingDivide node) => visitInvoke(node);
}
« no previous file with comments | « frog/leg/ssa/nodes.dart ('k') | frog/leg/ssa/validate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698