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