| Index: src/compiler/machine-operator.cc | 
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc | 
| index 95549c12ff08439c61367c30790307c72858a2cd..c49e2ae878ee9d21e94098fcd85141722e27e328 100644 | 
| --- a/src/compiler/machine-operator.cc | 
| +++ b/src/compiler/machine-operator.cc | 
| @@ -149,6 +149,10 @@ 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(Float64Acos, Operator::kNoProperties, 1, 0, 1)                           \ | 
| +  V(Float64Acosh, Operator::kNoProperties, 1, 0, 1)                          \ | 
| +  V(Float64Asin, Operator::kNoProperties, 1, 0, 1)                           \ | 
| +  V(Float64Asinh, Operator::kNoProperties, 1, 0, 1)                          \ | 
| V(Float64Atan, Operator::kNoProperties, 1, 0, 1)                           \ | 
| V(Float64Atan2, Operator::kNoProperties, 2, 0, 1)                          \ | 
| V(Float64Atanh, Operator::kNoProperties, 1, 0, 1)                          \ | 
|  |