Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 35fd6e342302913b76b11bcfd5efd32b1865a149..2594ec8b54b7e1b466c3421ad0383f74984519d5 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -132,6 +132,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
+ V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |