| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index f069465937494b7532c6b33df9b84bd0d8f0b60c..4a20465da09c1613eb6336a17216b78c57cc9a13 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -186,7 +186,8 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(Float64RoundDown, 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)
|
| + V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Float64RoundTiesEven, Operator::kNoProperties, 1, 0, 1)
|
|
|
|
|
| #define MACHINE_TYPE_LIST(V) \
|
|
|