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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 9634009: Implement increment of locals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index 405079bdadb3b61d1e9289f6dadd7b4c3ff085e4..3826f20ce1a38de9774feed4086291b4fea1b1c8 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -149,6 +149,7 @@ class ValueGraphVisitor : public EffectGraphVisitor {
// Visit functions overridden by this class.
virtual void VisitLiteralNode(LiteralNode* node);
virtual void VisitLoadLocalNode(LoadLocalNode* node);
+ virtual void VisitIncrOpLocalNode(IncrOpLocalNode* node);
virtual void VisitIncrOpInstanceFieldNode(IncrOpInstanceFieldNode* node);
virtual void VisitIncrOpIndexedNode(IncrOpIndexedNode* node);
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698