| Index: src/compiler/machine-operator.cc | 
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc | 
| index 511a10dd0293d7081e9f9cedcd5f68b4597a9ef0..7d965e8a12567ae3a04db693563da99ff05bd789 100644 | 
| --- a/src/compiler/machine-operator.cc | 
| +++ b/src/compiler/machine-operator.cc | 
| @@ -149,6 +149,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { | 
| V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2)             \ | 
| V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2)             \ | 
| V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1)                   \ | 
| +  V(RoundInt32ToFloat32, Operator::kNoProperties, 1, 0, 1)                    \ | 
| V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1)                    \ | 
| V(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1)                    \ | 
| V(RoundUint64ToFloat32, Operator::kNoProperties, 1, 0, 1)                   \ | 
|  |