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