| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 98dccf949adc688140b2978e15408921536c60af..31fdc3936fe35f8d66683304a5cee058a4828605 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -187,6 +187,7 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(ChangeBoolToBit, Operator::kNoProperties, 1) \
|
| V(ChangeBitToBool, Operator::kNoProperties, 1) \
|
| V(ObjectIsNumber, Operator::kNoProperties, 1) \
|
| + V(ObjectIsReceiver, Operator::kNoProperties, 1) \
|
| V(ObjectIsSmi, Operator::kNoProperties, 1)
|
|
|
| #define NO_THROW_OP_LIST(V) \
|
|
|