| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 6aefff3548cc8ca128254d75a3151eefa689389f..6a506d26ad334c493ec8c92184eb1bf28b12d0cd 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -148,6 +148,7 @@ MachineRepresentation StackSlotRepresentationOf(Operator const* op) {
|
| V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
| + V(TruncateFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
| V(TruncateFloat32ToInt32, Operator::kNoProperties, 1, 0, 1) \
|
| V(TruncateFloat32ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
| V(TryTruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 2) \
|
|
|