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

Unified Diff: vm/flow_graph_builder.cc

Issue 10831178: Refactor Instruction classes to use a template base class. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 4 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 | vm/intermediate_language.h » ('j') | vm/intermediate_language_ia32.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/flow_graph_builder.cc
===================================================================
--- vm/flow_graph_builder.cc (revision 10287)
+++ vm/flow_graph_builder.cc (working copy)
@@ -1284,7 +1284,6 @@
}
Value* element_type = BuildInstantiatedTypeArguments(node->token_pos(),
node->type_arguments());
- PushArgument(element_type);
CreateArrayComp* create = new CreateArrayComp(node->token_pos(),
owner()->try_index(),
values,
« no previous file with comments | « no previous file | vm/intermediate_language.h » ('j') | vm/intermediate_language_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698