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