| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc
|
| index ef95a0ec6dad85170f04b59d2bee3b3d7ca20f34..fddc90155a504c9929c505a9a83817a57eaceb25 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -808,8 +808,6 @@ void FlowGraphCompiler::CopyParameters() {
|
| }
|
| // Generate code handling each optional parameter in alphabetical order.
|
| __ lw(T1, FieldAddress(S4, ArgumentsDescriptor::count_offset()));
|
| - __ lw(T2, FieldAddress(S4, ArgumentsDescriptor::positional_count_offset()));
|
| - __ SmiUntag(T2);
|
| // Let T1 point to the first passed argument, i.e. to
|
| // fp[kParamEndSlotFromFp + num_args - 0]; num_args (T1) is Smi.
|
| __ sll(T3, T1, 1);
|
|
|