| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 909d9375ccfd922167a89ef597e26215a0ab27d2..f4c1fb35fe423efb8fc69a014f7f08e5952fcd20 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -3219,7 +3219,7 @@ FlowGraph* FlowGraphBuilder::BuildGraph() {
|
| TargetEntryInstr* normal_entry =
|
| new TargetEntryInstr(AllocateBlockId(),
|
| CatchClauseNode::kInvalidTryIndex);
|
| - graph_entry_ = new GraphEntryInstr(normal_entry);
|
| + graph_entry_ = new GraphEntryInstr(parsed_function(), normal_entry);
|
| EffectGraphVisitor for_effect(this, 0);
|
| // TODO(kmillikin): We can eliminate stack checks in some cases (e.g., the
|
| // stack check on entry for leaf routines).
|
|
|