Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index fcbf748375c0cf997dfe537cc59b9ef69491d05e..c2f052b926f987e2f13c6e1007bbaaae7d556422 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(RoundUint64ToFloat32, 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) \ |