Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 4b85af412ef0583c5e78167d0f0c97c275dfecdb..c3fcc271e199824078d18c5d20598cb609056340 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) \ |