Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index bec48d769f6928fec94912f328f14a5fb155a5b9..6948c3c10f0f926a88e424431ebdd4c018d8b12f 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -153,6 +153,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(RoundInt32ToFloat32, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
+ V(RoundUint32ToFloat32, 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) \ |