| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index e00ab428de32f78e8d25a3d78db7854bda9679c5..01e525c043d62ccee605122bc069a3f60f8f8e35 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -100,6 +100,7 @@ struct StaticParameterTraits<LoadRepresentation> {
|
| V(Int64UMod, Operator::kNoProperties, 2, 1) \
|
| V(Int64LessThan, Operator::kNoProperties, 2, 1) \
|
| V(Int64LessThanOrEqual, Operator::kNoProperties, 2, 1) \
|
| + V(Uint64LessThan, Operator::kNoProperties, 2, 1) \
|
| V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 1) \
|
| V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 1) \
|
| V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 1) \
|
|
|