| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 8ea60dbeff00c612e962a9743f1f1432fe830f84..7c443f44c7ac7e7af3e8e36e7b2b96d74f17e40f 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -376,6 +376,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| // Floating point trigonometric functions (double-precision).
|
| const Operator* Float64Cos();
|
| const Operator* Float64Sin();
|
| + const Operator* Float64Tan();
|
|
|
| // Floating point exponential functions (double-precision).
|
| const Operator* Float64Exp();
|
|
|