| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index afa6c216bfb1a92f4133b87759bc6d077106051e..868f75e90e09bfcc633027b71f1da6470683287f 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -231,6 +231,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoMathSqrt(LUnaryMathOperation* instr);
|
| void DoMathPowHalf(LUnaryMathOperation* instr);
|
| void DoMathLog(LUnaryMathOperation* instr);
|
| + void DoMathTan(LUnaryMathOperation* instr);
|
| void DoMathCos(LUnaryMathOperation* instr);
|
| void DoMathSin(LUnaryMathOperation* instr);
|
|
|
|
|