| Index: runtime/vm/flow_graph_allocator.h
|
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
|
| index 7df1a6acafde51d3037ad33c6a23ca72cfc2a1cd..34804eb7f3f68369089c4d364511bb58fb0c674f 100644
|
| --- a/runtime/vm/flow_graph_allocator.h
|
| +++ b/runtime/vm/flow_graph_allocator.h
|
| @@ -248,6 +248,8 @@ class FlowGraphAllocator : public ValueObject {
|
| return Location::MachineRegisterLocation(register_kind_, reg);
|
| }
|
|
|
| + void SplitInitialDefinitionAt(LiveRange* range, intptr_t pos);
|
| +
|
| void PrintLiveRanges();
|
|
|
| const FlowGraph& flow_graph_;
|
|
|