| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 49f01ce745a152a9ed103db3d7387f4b36414298..ffd57e205d7660db285e40b5256d71cbc7372292 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -182,6 +182,7 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(NumberToUint32, Operator::kNoProperties, 1) \
|
| V(NumberIsHoleNaN, Operator::kNoProperties, 1) \
|
| V(StringToNumber, Operator::kNoProperties, 1) \
|
| + V(ChangeSmiToInt32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToFloat64, Operator::kNoProperties, 1) \
|
|
|