| Index: src/ic/x87/handler-compiler-x87.cc
|
| diff --git a/src/ic/x87/handler-compiler-x87.cc b/src/ic/x87/handler-compiler-x87.cc
|
| index 8fe4741cec23322f17eba9fd230769217edaadaf..2445589639a6010180773aa4f1b0c057fb4e0e2c 100644
|
| --- a/src/ic/x87/handler-compiler-x87.cc
|
| +++ b/src/ic/x87/handler-compiler-x87.cc
|
| @@ -116,7 +116,6 @@
|
| kPointerSize));
|
| }
|
| // Write the receiver and arguments to stack frame.
|
| - __ push(accessor_holder);
|
| __ push(receiver);
|
| if (is_store) {
|
| DCHECK(!AreAliased(receiver, scratch, store_parameter));
|
|
|