| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index f4c680aeb73ffd06f1503b636e3a5c26961c5af1..8d62e190320cbfe6efaf519aff91914d63f17cda 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -190,6 +190,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(Float64RoundDown, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float32RoundUp, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64RoundUp, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Float32RoundTruncate, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64RoundTruncate, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64RoundTiesEven, Operator::kNoProperties, 1, 0, 1)
|
|
|