Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| =================================================================== |
| --- src/hydrogen-instructions.cc (revision 15346) |
| +++ src/hydrogen-instructions.cc (working copy) |
| @@ -1559,7 +1559,7 @@ |
| HValue* new_right = |
| LChunkBuilder::SimplifiedDivisorForMathFloorOfDiv(right); |
| if (new_right == NULL && |
| -#ifdef V8_TARGET_ARCH_ARM |
| +#if V8_TARGET_ARCH_ARM |
| CpuFeatures::IsSupported(SUDIV) && |
| #endif |
| hdiv->observed_input_representation(2).IsSmiOrInteger32()) { |