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