| Index: src/arm/lithium-codegen-arm.cc | 
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc | 
| index e7f89822412edd30d62f41b2deb7e4b370b1edc6..1b12643fbc421f06b123b14ce2ef971f5597bf17 100644 | 
| --- a/src/arm/lithium-codegen-arm.cc | 
| +++ b/src/arm/lithium-codegen-arm.cc | 
| @@ -2184,8 +2184,7 @@ void LCodeGen::DoArithmeticT(LArithmeticT* instr) { | 
| DCHECK(ToRegister(instr->right()).is(r0)); | 
| DCHECK(ToRegister(instr->result()).is(r0)); | 
|  | 
| -  Handle<Code> code = | 
| -      CodeFactory::BinaryOpIC(isolate(), instr->op(), NO_OVERWRITE).code(); | 
| +  Handle<Code> code = CodeFactory::BinaryOpIC(isolate(), instr->op()).code(); | 
| // Block literal pool emission to ensure nop indicating no inlined smi code | 
| // is in the correct position. | 
| Assembler::BlockConstPoolScope block_const_pool(masm()); | 
|  |