| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 7a8e08af4a6e3dd5f9a9c9052c4d36ec2c96532a..7c2fc603a230df3b08eb851708f1fec7c4182c2e 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -135,7 +135,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
| - V(TruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
| + V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2) \
|
| V(TryTruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 2) \
|
| V(TruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
| V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2) \
|
|
|