Index: src/compiler/register-allocator.cc |
diff --git a/src/compiler/register-allocator.cc b/src/compiler/register-allocator.cc |
index cdf4e9976b6d11ff974e10cf481f8b0466693585..e33e8b37138144777a0cb111f333ca949ea20879 100644 |
--- a/src/compiler/register-allocator.cc |
+++ b/src/compiler/register-allocator.cc |
@@ -72,8 +72,8 @@ int GetByteWidth(MachineRepresentation rep) { |
case MachineRepresentation::kWord16: |
case MachineRepresentation::kWord32: |
case MachineRepresentation::kTagged: |
- return kPointerSize; |
case MachineRepresentation::kFloat32: |
+ return kPointerSize; |
case MachineRepresentation::kWord64: |
case MachineRepresentation::kFloat64: |
return 8; |