Chromium Code Reviews| Index: src/compiler/arm/instruction-codes-arm.h |
| diff --git a/src/compiler/arm/instruction-codes-arm.h b/src/compiler/arm/instruction-codes-arm.h |
| index 201c625d7bd8b222cbddf8fc5327b0b9294cac4a..92fb7cbb260a03b1093b875b1a1557817f1ba6dc 100644 |
| --- a/src/compiler/arm/instruction-codes-arm.h |
| +++ b/src/compiler/arm/instruction-codes-arm.h |
| @@ -48,6 +48,8 @@ namespace compiler { |
| V(ArmUxtah) \ |
| V(ArmAddPair) \ |
| V(ArmLslPair) \ |
| + V(ArmLsrPair) \ |
| + V(ArmAsrPair) \ |
| V(ArmVcmpF32) \ |
| V(ArmVaddF32) \ |
| V(ArmVsubF32) \ |