| Index: runtime/vm/flow_graph_optimizer.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.cc (revision 33324)
|
| +++ runtime/vm/flow_graph_optimizer.cc (working copy)
|
| @@ -5418,6 +5418,8 @@
|
| if (instr->IsPushArgument() ||
|
| (instr->IsStoreInstanceField()
|
| && (use->use_index() != StoreInstanceFieldInstr::kInstancePos)) ||
|
| + (instr->IsStoreIndexed()
|
| + && (use->use_index() == StoreIndexedInstr::kValuePos)) ||
|
| instr->IsStoreStaticField() ||
|
| instr->IsPhi() ||
|
| instr->IsAssertAssignable() ||
|
|
|