| Index: src/crankshaft/arm/lithium-codegen-arm.cc | 
| diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc | 
| index 45e13850562a967bf45f8750c930a84b3236f658..26b852039b67bf4be382f4cc7f22c9ceb811daaf 100644 | 
| --- a/src/crankshaft/arm/lithium-codegen-arm.cc | 
| +++ b/src/crankshaft/arm/lithium-codegen-arm.cc | 
| @@ -4030,11 +4030,6 @@ void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { | 
|  | 
| if (instr->NeedsCanonicalization()) { | 
| // Force a canonical NaN. | 
| -    if (masm()->emit_debug_code()) { | 
| -      __ vmrs(ip); | 
| -      __ tst(ip, Operand(kVFPDefaultNaNModeControlBit)); | 
| -      __ Assert(ne, kDefaultNaNModeNotSet); | 
| -    } | 
| __ VFPCanonicalizeNaN(double_scratch, value); | 
| __ vstr(double_scratch, scratch, 0); | 
| } else { | 
|  |