| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 1c3a4ba901e9b0c4667d1576be73a05bbd9ea452..d071b3688294c0dc0284351744ae427004559f31 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -112,7 +112,7 @@ class FlowGraph : public ZoneAllocated {
|
|
|
| intptr_t InstructionCount() const;
|
|
|
| - ConstantInstr* AddConstantToInitialDefinitions(const Object& object);
|
| + ConstantInstr* GetConstant(const Object& object);
|
| void AddToInitialDefinitions(Definition* defn);
|
|
|
| void InsertBefore(Instruction* next,
|
|
|