Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 6669) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -850,8 +850,7 @@ |
ASSERT(ToRegister(instr->InputAt(1)).is(rax)); |
ASSERT(ToRegister(instr->result()).is(rax)); |
- GenericBinaryOpStub stub(instr->op(), NO_OVERWRITE, NO_GENERIC_BINARY_FLAGS); |
- stub.SetArgsInRegisters(); |
+ TypeRecordingBinaryOpStub stub(instr->op(), NO_OVERWRITE); |
CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
} |