| 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 0c19debad72dbbb4357f88c0e95ae7c0a131224f..184a9da7b0799fb48f10aaf470935194b1e18ab8 100644
|
| --- a/src/compiler/arm/instruction-codes-arm.h
|
| +++ b/src/compiler/arm/instruction-codes-arm.h
|
| @@ -201,6 +201,7 @@ namespace compiler {
|
| V(ArmUint8x16Max) \
|
| V(ArmUint8x16GreaterThan) \
|
| V(ArmUint8x16GreaterThanOrEqual) \
|
| + V(ArmSimd128Zero) \
|
| V(ArmSimd128And) \
|
| V(ArmSimd128Or) \
|
| V(ArmSimd128Xor) \
|
|
|