Index: src/compiler/register-allocator.cc |
diff --git a/src/compiler/register-allocator.cc b/src/compiler/register-allocator.cc |
index f2f02e3042c208b599fa75732ce2bd9bd7332ece..5b55b0224c6debc7148a150c1bbe73d6011ee488 100644 |
--- a/src/compiler/register-allocator.cc |
+++ b/src/compiler/register-allocator.cc |
@@ -71,6 +71,8 @@ int GetByteWidth(MachineRepresentation rep) { |
case MachineRepresentation::kWord8: |
case MachineRepresentation::kWord16: |
case MachineRepresentation::kWord32: |
+ case MachineRepresentation::kTaggedSigned: |
+ case MachineRepresentation::kTaggedPointer: |
case MachineRepresentation::kTagged: |
return kPointerSize; |
case MachineRepresentation::kFloat32: |