Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 3ae1bfad0d294a42b17367e271cbd967528f859b..54a516074cc68a44ffaaed2c7235a3a92fcd3376 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -130,6 +130,7 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) { |
V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2) \ |
V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2) \ |
V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1) \ |
+ V(Float64SilenceNaN, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundInt32ToFloat32, Operator::kNoProperties, 1, 0, 1) \ |
V(RoundInt64ToFloat32, Operator::kNoProperties, 1, 0, 1) \ |