| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index ffd57e205d7660db285e40b5256d71cbc7372292..89c280c98dbf103454d220b2003e88847591f147 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -186,6 +186,7 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToFloat64, Operator::kNoProperties, 1) \
|
| + V(ChangeInt31ToTagged, Operator::kNoProperties, 1) \
|
| V(ChangeInt32ToTagged, Operator::kNoProperties, 1) \
|
| V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
|
| V(ChangeFloat64ToTagged, Operator::kNoProperties, 1) \
|
|
|