| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 40311)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -299,8 +299,7 @@
|
| // optimizations need deoptimization info for non-deoptable instructions,
|
| // eg, LICM on GOTOs.
|
| if (instr->env() != NULL) {
|
| - call_->env()->DeepCopyToOuter(
|
| - callee_graph->isolate(), instr, call_->InputCount());
|
| + call_->env()->DeepCopyToOuter(callee_graph->isolate(), instr);
|
| }
|
| }
|
| if (instr->IsGoto()) {
|
|
|