| Index: runtime/vm/flow_graph_inliner.h
|
| diff --git a/runtime/vm/flow_graph_inliner.h b/runtime/vm/flow_graph_inliner.h
|
| index 52be4aba9bbeeb278b444b6b6af848eebcb0b66c..f0d8cd9c9c4651fbe48f1032a99a0e6d021c70e9 100644
|
| --- a/runtime/vm/flow_graph_inliner.h
|
| +++ b/runtime/vm/flow_graph_inliner.h
|
| @@ -32,8 +32,9 @@ class FlowGraphInliner : ValueObject {
|
| GrowableArray<intptr_t>* inlining_black_list,
|
| Precompiler* precompiler);
|
|
|
| - // The flow graph is destructively updated upon inlining.
|
| - void Inline();
|
| + // The flow graph is destructively updated upon inlining. Returns the max
|
| + // depth that we inlined.
|
| + int Inline();
|
|
|
| // Compute graph info if it was not already computed or if 'force' is true.
|
| static void CollectGraphInfo(FlowGraph* flow_graph, bool force = false);
|
|
|