Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index f207c7622e90cc8d6144cdab4b3c69ff0f9ee510..e0bc504875858d2be6756f901a87feb8cd8828f3 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -484,6 +484,9 @@ class LocationOperand : public InstructionOperand { |
case MachineRepresentation::kFloat32: |
case MachineRepresentation::kFloat64: |
case MachineRepresentation::kSimd128: |
+ case MachineRepresentation::kSimdBool4: |
+ case MachineRepresentation::kSimdBool8: |
+ case MachineRepresentation::kSimdBool16: |
case MachineRepresentation::kTaggedSigned: |
case MachineRepresentation::kTaggedPointer: |
case MachineRepresentation::kTagged: |