| Index: runtime/vm/flow_graph_type_propagator.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_type_propagator.h (revision 41629)
|
| +++ runtime/vm/flow_graph_type_propagator.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| virtual void VisitCheckClass(CheckClassInstr* instr);
|
| virtual void VisitCheckClassId(CheckClassIdInstr* instr);
|
| virtual void VisitGuardFieldClass(GuardFieldClassInstr* instr);
|
| + virtual void VisitAssertAssignable(AssertAssignableInstr* instr);
|
|
|
| // Current reaching type of the definition. Valid only during dominator tree
|
| // traversal.
|
|
|