| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 9d88d123015f1c28a9154ec40bbe5942bde08a4b..0018d7cd7d468cb1314a75c1a7d66137e0f13d5b 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -181,8 +181,10 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(ChangeInt32ToTagged, Operator::kNoProperties, 1) \
|
| V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
|
| V(ChangeFloat64ToTagged, Operator::kNoProperties, 1) \
|
| - V(ChangeBoolToBit, Operator::kNoProperties, 1) \
|
| V(ChangeBitToBool, Operator::kNoProperties, 1) \
|
| + V(ChangeBoolToBit, Operator::kNoProperties, 1) \
|
| + V(ChangeWord32ToBit, Operator::kNoProperties, 1) \
|
| + V(ChangeWord64ToBit, Operator::kNoProperties, 1) \
|
| V(ObjectIsSmi, Operator::kNoProperties, 1) \
|
| V(ObjectIsNonNegativeSmi, Operator::kNoProperties, 1)
|
|
|
|
|