Index: src/compiler/representation-change.h |
diff --git a/src/compiler/representation-change.h b/src/compiler/representation-change.h |
index af96f7333fe099920e3caefb16d60f3960492025..b4f3366d4278a8f051a00c2320cbba42b6ee21bf 100644 |
--- a/src/compiler/representation-change.h |
+++ b/src/compiler/representation-change.h |
@@ -198,8 +198,8 @@ class UseInfo { |
TypeCheckKind::kSignedSmall); |
} |
static UseInfo CheckedSigned32AsWord32(IdentifyZeros identify_zeros) { |
- return UseInfo(MachineRepresentation::kWord32, Truncation::Any(), |
- TypeCheckKind::kSigned32); |
+ return UseInfo(MachineRepresentation::kWord32, |
+ Truncation::Any(identify_zeros), TypeCheckKind::kSigned32); |
} |
static UseInfo CheckedNumberAsFloat64() { |
return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64(), |