Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index be762f47aed28bd3b4117ffbac1e929098034c97..2fe003e7e7ca59858d61346c433586006b0b8f1d 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -256,6 +256,8 @@ CompareOperationHints::Hint CompareOperationHintOf(const Operator* op) { |
V(NumberAtan2, Operator::kNoProperties, 2) \ |
V(NumberLog, Operator::kNoProperties, 1) \ |
V(NumberLog1p, Operator::kNoProperties, 1) \ |
+ V(NumberLog2, Operator::kNoProperties, 1) \ |
+ V(NumberLog10, Operator::kNoProperties, 1) \ |
V(NumberRound, Operator::kNoProperties, 1) \ |
V(NumberSqrt, Operator::kNoProperties, 1) \ |
V(NumberTrunc, Operator::kNoProperties, 1) \ |