| Index: src/compiler/machine-operator.h | 
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h | 
| index 184f9e0f36754669d07e2fdb56fd4f46c08c5544..6ab2ee49c1170991fba1597ae2cca1665376f171 100644 | 
| --- a/src/compiler/machine-operator.h | 
| +++ b/src/compiler/machine-operator.h | 
| @@ -373,11 +373,13 @@ class MachineOperatorBuilder final : public ZoneObject { | 
| const OptionalOperator Float64Neg(); | 
|  | 
| // Floating point trigonometric functions (double-precision). | 
| +  const Operator* Float64Acos(); | 
| +  const Operator* Float64Acosh(); | 
| +  const Operator* Float64Asin(); | 
| +  const Operator* Float64Asinh(); | 
| const Operator* Float64Atan(); | 
| const Operator* Float64Atan2(); | 
| const Operator* Float64Atanh(); | 
| - | 
| -  // Floating point trigonometric functions (double-precision). | 
| const Operator* Float64Cos(); | 
| const Operator* Float64Cosh(); | 
| const Operator* Float64Sin(); | 
|  |