| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 707bf098bc4c32aef532c914c89c36ea4bf48bfc..c3bbce6dca88110d0f76c45403b93a747891f8a9 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -189,6 +189,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::kCommutative, 2) \
|
| V(NumberClz32, Operator::kNoProperties, 1) \
|
| V(NumberCeil, Operator::kNoProperties, 1) \
|
| V(NumberFloor, Operator::kNoProperties, 1) \
|
|
|