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