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