Chromium Code Reviews| Index: runtime/vm/flow_graph_range_analysis.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_range_analysis.cc (revision 42367) |
| +++ runtime/vm/flow_graph_range_analysis.cc (working copy) |
| @@ -958,7 +958,7 @@ |
| last->env(), |
| instr->IsDefinition() ? FlowGraph::kValue |
| : FlowGraph::kEffect); |
| - instr->deopt_id_ = last->GetDeoptId(); |
| + instr->CopyDeoptIdFrom(*last); |
| instr->env()->set_deopt_id(instr->deopt_id_); |
| map_.Insert(instr); |