| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 161695e08339277a8c8668d98c46123372eabff5..fae559f83c3299cf0072e163256062cb7c756038 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -205,6 +205,7 @@ BinaryOperationHints::Hint BinaryOperationHintOf(const Operator* op) {
|
| V(NumberCeil, Operator::kNoProperties, 1) \
|
| V(NumberFloor, Operator::kNoProperties, 1) \
|
| V(NumberLog, Operator::kNoProperties, 1) \
|
| + V(NumberLog1p, Operator::kNoProperties, 1) \
|
| V(NumberRound, Operator::kNoProperties, 1) \
|
| V(NumberTrunc, Operator::kNoProperties, 1) \
|
| V(NumberToInt32, Operator::kNoProperties, 1) \
|
|
|