| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 2a7066b1fb7961f9b3774d540afdcd5569a23e6e..f2aafe03aaa35e419348a647d39b5304ae30641b 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -2936,9 +2936,6 @@ FlowGraph* FlowGraphBuilder::BuildGraph(InliningContext context,
|
| initial_loop_depth);
|
| graph_entry_ = new GraphEntryInstr(normal_entry);
|
| EffectGraphVisitor for_effect(this, 0, initial_loop_depth);
|
| - if (InInliningContext()) {
|
| - exits_ = new ZoneGrowableArray<ReturnInstr*>();
|
| - }
|
| // TODO(kmillikin): We can eliminate stack checks in some cases (e.g., the
|
| // stack check on entry for leaf routines).
|
| Instruction* check = new CheckStackOverflowInstr(function.token_pos());
|
|
|