| Index: src/compiler/machine-operator.cc | 
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc | 
| index bec48d769f6928fec94912f328f14a5fb155a5b9..bbc30277fc705096df55985518b78f88f422a52b 100644 | 
| --- a/src/compiler/machine-operator.cc | 
| +++ b/src/compiler/machine-operator.cc | 
| @@ -145,6 +145,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { | 
| V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1)                   \ | 
| V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1)                  \ | 
| V(TruncateFloat32ToInt32, Operator::kNoProperties, 1, 0, 1)                 \ | 
| +  V(TruncateFloat32ToUint32, Operator::kNoProperties, 1, 0, 1)                \ | 
| V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2)              \ | 
| V(TryTruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 2)              \ | 
| V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2)             \ | 
|  |