| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index e082a4b30a827f68001b7c5772e5d660cf176cd0..9d88d123015f1c28a9154ec40bbe5942bde08a4b 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -158,6 +158,7 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
|
|
|
|
| #define PURE_OP_LIST(V) \
|
| + V(AnyToBoolean, Operator::kNoProperties, 1) \
|
| V(BooleanNot, Operator::kNoProperties, 1) \
|
| V(BooleanToNumber, Operator::kNoProperties, 1) \
|
| V(NumberEqual, Operator::kCommutative, 2) \
|
|
|