| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 0f32b0c9b8961d96eb977fd9567a689301918388..cff2a0536c983d6dc86ff0c089fe6d510de9a959 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -267,6 +267,7 @@ CompareOperationHints::Hint CompareOperationHintOf(const Operator* op) {
|
| V(NumberLog1p, Operator::kNoProperties, 1) \
|
| V(NumberLog10, Operator::kNoProperties, 1) \
|
| V(NumberLog2, Operator::kNoProperties, 1) \
|
| + V(NumberPow, Operator::kNoProperties, 2) \
|
| V(NumberRound, Operator::kNoProperties, 1) \
|
| V(NumberSin, Operator::kNoProperties, 1) \
|
| V(NumberSqrt, Operator::kNoProperties, 1) \
|
|
|