Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.cc |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.cc (revision 8647) |
| +++ src/arm/lithium-codegen-arm.cc (working copy) |
| @@ -500,7 +500,7 @@ |
| // Signal that we don't inline smi code before these stubs in the |
| // optimizing code generator. |
| - if (code->kind() == Code::BINARY_OP_IC || |
| + if (code->kind() == Code::TYPE_RECORDING_BINARY_OP_IC || |
| code->kind() == Code::COMPARE_IC) { |
| __ nop(); |
| } |