| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index fae559f83c3299cf0072e163256062cb7c756038..c8a0a2ea29fc818f8608857e4080cf636e2e0894 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -204,6 +204,8 @@ BinaryOperationHints::Hint BinaryOperationHintOf(const Operator* op) {
|
| V(NumberClz32, Operator::kNoProperties, 1) \
|
| V(NumberCeil, Operator::kNoProperties, 1) \
|
| V(NumberFloor, Operator::kNoProperties, 1) \
|
| + V(NumberAtan, Operator::kNoProperties, 1) \
|
| + V(NumberAtan2, Operator::kNoProperties, 2) \
|
| V(NumberLog, Operator::kNoProperties, 1) \
|
| V(NumberLog1p, Operator::kNoProperties, 1) \
|
| V(NumberRound, Operator::kNoProperties, 1) \
|
|
|