Index: src/ia32/lithium-codegen-ia32.h |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.h (revision 6082) |
+++ src/ia32/lithium-codegen-ia32.h (working copy) |
@@ -177,6 +177,8 @@ |
void DoMathSqrt(LUnaryMathOperation* instr); |
void DoMathPowHalf(LUnaryMathOperation* instr); |
void DoMathLog(LUnaryMathOperation* instr); |
+ void DoMathCos(LUnaryMathOperation* instr); |
+ void DoMathSin(LUnaryMathOperation* instr); |
// Support for recording safepoint and position information. |
void RecordSafepoint(LPointerMap* pointers, int deoptimization_index); |