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

Unified Diff: runtime/vm/flow_graph_builder.cc

Issue 10115053: Assign ids to incoming arguments (to be used in checked mode). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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: runtime/vm/flow_graph_builder.cc
===================================================================
--- runtime/vm/flow_graph_builder.cc (revision 6717)
+++ runtime/vm/flow_graph_builder.cc (working copy)
@@ -2124,7 +2124,7 @@
owner()->context_level());
AddInstruction(new BindInstr(temp_index(), load));
TempVal* argument_value = new TempVal(temp_index());
- BuildAssertAssignable(node->id(),
+ BuildAssertAssignable(node->ParameterIdAt(pos),
parameter.token_index(),
argument_value,
parameter.type(),
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/parser.h » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698