| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 280916be28b3506789cb7d7f46726310bba1d28e..3ae1bfad0d294a42b17367e271cbd967528f859b 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -155,6 +155,7 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) {
|
| V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Add, Operator::kCommutative, 2, 0, 1) \
|
| V(Float64Sub, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float64SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \
|
|
|