| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 460f147fa46474789ab165e1d5a01dcd3d774770..01c6c0d3307ee4ef8c0e043b08a435435615d668 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -173,7 +173,10 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(NumberShiftLeft, Operator::kNoProperties, 2) \
|
| V(NumberShiftRight, Operator::kNoProperties, 2) \
|
| V(NumberShiftRightLogical, Operator::kNoProperties, 2) \
|
| + V(NumberCeil, Operator::kNoProperties, 1) \
|
| V(NumberFloor, Operator::kNoProperties, 1) \
|
| + V(NumberRound, Operator::kNoProperties, 1) \
|
| + V(NumberTrunc, Operator::kNoProperties, 1) \
|
| V(NumberToInt32, Operator::kNoProperties, 1) \
|
| V(NumberToUint32, Operator::kNoProperties, 1) \
|
| V(NumberIsHoleNaN, Operator::kNoProperties, 1) \
|
|
|