| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 2fe003e7e7ca59858d61346c433586006b0b8f1d..0c73e5d482649834abead36e48ddc4f63d09a19b 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -254,6 +254,7 @@ CompareOperationHints::Hint CompareOperationHintOf(const Operator* op) {
|
| V(NumberFround, Operator::kNoProperties, 1) \
|
| V(NumberAtan, Operator::kNoProperties, 1) \
|
| V(NumberAtan2, Operator::kNoProperties, 2) \
|
| + V(NumberExp, Operator::kNoProperties, 1) \
|
| V(NumberLog, Operator::kNoProperties, 1) \
|
| V(NumberLog1p, Operator::kNoProperties, 1) \
|
| V(NumberLog2, Operator::kNoProperties, 1) \
|
|
|