| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 98a5c6cd1a75a70cf6dc513d8c5d8958543dcc92..c2d500a9d2b48a6946f00a167e76ee673b5f8165 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(NumberImul, Operator::kNoProperties, 1) \
|
| V(NumberClz32, Operator::kNoProperties, 1) \
|
| V(NumberCeil, Operator::kNoProperties, 1) \
|
| V(NumberFloor, Operator::kNoProperties, 1) \
|
|
|