| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 38897)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -62,6 +62,7 @@
|
| virtual void VisitStaticCall(StaticCallInstr* instr);
|
| virtual void VisitInstanceCall(InstanceCallInstr* instr);
|
| virtual void VisitStoreInstanceField(StoreInstanceFieldInstr* instr);
|
| + virtual void VisitAllocateContext(AllocateContextInstr* instr);
|
|
|
| void InsertBefore(Instruction* next,
|
| Instruction* instr,
|
|
|