| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 3c094a4e120e09e02e442641cce097dfba528b89..ec5d2c86a423473cd7a4e4a8561da2eae930c914 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -3949,8 +3949,7 @@ void FullCodeGenerator::VisitCountOperation(CountOperation* expr) {
|
| // Call stub for +1/-1.
|
| __ mov(edx, eax);
|
| __ mov(eax, Immediate(Smi::FromInt(1)));
|
| - TypeRecordingBinaryOpStub stub(expr->binary_op(),
|
| - NO_OVERWRITE);
|
| + TypeRecordingBinaryOpStub stub(expr->binary_op(), NO_OVERWRITE);
|
| EmitCallIC(stub.GetCode(), &patch_site);
|
| __ bind(&done);
|
|
|
|
|