Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 4a20465da09c1613eb6336a17216b78c57cc9a13..910a924b3bab3b6795c303a8ce9e759e726fb529 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) \ |