| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index e85ddc4a24516ad9f96b52b8002d57d987e37f6c..6a4e37033529800725b22ebe834861a8da4a3a9a 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -210,6 +210,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoMathFloor(LUnaryMathOperation* instr);
|
| void DoMathRound(LUnaryMathOperation* instr);
|
| void DoMathSqrt(LUnaryMathOperation* instr);
|
| + void DoMathPowHalf(LUnaryMathOperation* instr);
|
| void DoMathLog(LUnaryMathOperation* instr);
|
| void DoMathCos(LUnaryMathOperation* instr);
|
| void DoMathSin(LUnaryMathOperation* instr);
|
|
|