Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 2d9c6edcb6cb8417a033fbbf09839134d9956cef..1b444c421f8854820f5d182bc0ef46909b9e71dd 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -214,6 +214,9 @@ class LCodeGen BASE_EMBEDDED { |
void DoMathFloor(LUnaryMathOperation* instr); |
void DoMathRound(LUnaryMathOperation* instr); |
void DoMathSqrt(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, |