Index: runtime/vm/flow_graph_builder.cc |
=================================================================== |
--- runtime/vm/flow_graph_builder.cc (revision 45190) |
+++ runtime/vm/flow_graph_builder.cc (working copy) |
@@ -4328,6 +4328,11 @@ |
} |
+void EffectGraphVisitor::VisitStopNode(StopNode* node) { |
+ AddInstruction(new(Z) StopInstr(node->message())); |
+} |
+ |
+ |
FlowGraph* FlowGraphBuilder::BuildGraph() { |
if (FLAG_print_ast) { |
// Print the function ast before IL generation. |