| Index: runtime/vm/flow_graph_type_propagator.cc
|
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
|
| index 282972f12d2e11158a478abbc83a02ca8114d633..179cdeedfb1e2f4580bd536552a94fdd8eff38ac 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -276,7 +276,8 @@ void FlowGraphTypePropagator::VisitCheckClass(CheckClassInstr* check) {
|
| }
|
|
|
|
|
| -void FlowGraphTypePropagator::VisitGuardField(GuardFieldInstr* guard) {
|
| +void FlowGraphTypePropagator::VisitGuardFieldClass(
|
| + GuardFieldClassInstr* guard) {
|
| const intptr_t cid = guard->field().guarded_cid();
|
| if ((cid == kIllegalCid) || (cid == kDynamicCid)) {
|
| return;
|
|
|