| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index ec525ecd765da0d0129f39f8f549368947afc245..950224f3436c5c9f10dc669dbc97a9e0f3f25ab3 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -46,6 +46,8 @@ class InlineExitCollector: public ZoneAllocated {
|
|
|
| void AddExit(ReturnInstr* exit);
|
|
|
| + void Union(const InlineExitCollector* other);
|
| +
|
| // Before replacing a call with a graph, the outer environment needs to be
|
| // attached to each instruction in the callee graph and the caller graph
|
| // needs to have its block and instruction ID state updated.
|
|
|