Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 584fca18b11e79fc70a31d9daff75b07aa1d7c46..b5aea707d2e3ac21ff6f5f9db52faa06e22d9157 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -466,6 +466,8 @@ class LocationOperand : public InstructionOperand { |
case MachineRepresentation::kFloat32: |
case MachineRepresentation::kFloat64: |
case MachineRepresentation::kSimd128: |
+ case MachineRepresentation::kTaggedSigned: |
+ case MachineRepresentation::kTaggedPointer: |
case MachineRepresentation::kTagged: |
return true; |
case MachineRepresentation::kBit: |