| Index: src/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc
|
| index a0287214b606e41a00d0aef795eedce506e78080..b0c9258dd06fd2608f5a191507888ad68524ccda 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/arm64/lithium-codegen-arm64.cc
|
| @@ -1803,8 +1803,7 @@ void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
|
| DCHECK(ToRegister(instr->right()).is(x0));
|
| DCHECK(ToRegister(instr->result()).is(x0));
|
|
|
| - Handle<Code> code =
|
| - CodeFactory::BinaryOpIC(isolate(), instr->op(), NO_OVERWRITE).code();
|
| + Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), instr->op()).code();
|
| CallCode(code, RelocInfo::CODE_TARGET, instr);
|
| }
|
|
|
|
|