Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index fcbf748375c0cf997dfe537cc59b9ef69491d05e..f069465937494b7532c6b33df9b84bd0d8f0b60c 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -184,6 +184,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(Float64Max, Operator::kNoProperties, 2, 0, 1) \ |
V(Float64Min, Operator::kNoProperties, 2, 0, 1) \ |
V(Float64RoundDown, Operator::kNoProperties, 1, 0, 1) \ |
+ V(Float64RoundUp, Operator::kNoProperties, 1, 0, 1) \ |
V(Float64RoundTruncate, Operator::kNoProperties, 1, 0, 1) \ |
V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) |