| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index a4b1288b0defc0d1e2d532d5ba67cabc6dfc182c..0944b5e58255808ac1e74c3d3ef734f1ef2e06eb 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -800,9 +800,6 @@ void FlowGraphCompiler::CopyParameters() {
|
| }
|
| // Generate code handling each optional parameter in alphabetical order.
|
| __ movq(RBX, FieldAddress(R10, ArgumentsDescriptor::count_offset()));
|
| - __ movq(RCX,
|
| - FieldAddress(R10, ArgumentsDescriptor::positional_count_offset()));
|
| - __ SmiUntag(RCX);
|
| // Let RBX point to the first passed argument, i.e. to
|
| // fp[kParamEndSlotFromFp + num_args]; num_args (RBX) is Smi.
|
| __ leaq(RBX, Address(RBP, RBX, TIMES_4, kParamEndSlotFromFp * kWordSize));
|
|
|