Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 5fdcd2c245ec36910f12934aed1d10e88c27a938..206d39ea991624c34ee1c4a4c7ad4a878bb65fc3 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -214,6 +214,7 @@ class LCodeGen BASE_EMBEDDED { |
MemOperand ToMemOperand(LOperand* op) const; |
// Specific math operations - used from DoUnaryMathOperation. |
+ void EmitIntegerMathAbs(LUnaryMathOperation* instr); |
void DoMathAbs(LUnaryMathOperation* instr); |
void DoMathFloor(LUnaryMathOperation* instr); |
void DoMathSqrt(LUnaryMathOperation* instr); |