Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index fc1fd35a20326bf829a61ecd58bca8db5e49f165..d310ab8d097b8510ff59c13671570854b5721e33 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -136,6 +136,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \ |
V(ChangeFloat64ToInt64, Operator::kNoProperties, 1, 0, 1) \ |
+ V(TruncateFloat64ToUint64, 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) \ |