| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 43f7eda5c6124fa20dc687a613e000500f4bd434..fcbf748375c0cf997dfe537cc59b9ef69491d05e 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -138,6 +138,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
|
| V(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| + V(RoundUint64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
|
|