| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 3ae1bfad0d294a42b17367e271cbd967528f859b..4b85af412ef0583c5e78167d0f0c97c275dfecdb 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -154,6 +154,8 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) {
|
| V(Float32Div, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Float64Atan, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Float64Atan2, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Add, Operator::kCommutative, 2, 0, 1) \
|
|
|