| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 8071352b159f4e5dd89a32f16195ca2d06b87d91..fd3709c9529ce1d52c7784a1ffecbddc04e14727 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -106,6 +106,7 @@ class FlowGraph : public ZoneAllocated {
|
| intptr_t InstructionCount() const;
|
|
|
| ConstantInstr* AddConstantToInitialDefinitions(const Object& object);
|
| + void AddToInitialDefinitions(Definition* defn);
|
|
|
| // Operations on the flow graph.
|
| void ComputeSSA(intptr_t next_virtual_register_number,
|
|
|