Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 7258402feb509e62a26c8e47fb9982ea444d4d4d..f597c325e86bd734e8f8361b7f89605c008e406e 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -131,6 +131,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(RoundInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \ |