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