Index: src/mips64/lithium-codegen-mips64.h |
diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h |
index 904a62cea80e11efa4b255dd50945638b63ee3ad..0afae2dd4652e5a0d2d149ca52dbbb4f9adb922b 100644 |
--- a/src/mips64/lithium-codegen-mips64.h |
+++ b/src/mips64/lithium-codegen-mips64.h |
@@ -251,6 +251,7 @@ class LCodeGen: public LCodeGenBase { |
String::Encoding encoding); |
void EmitIntegerMathAbs(LMathAbs* instr); |
+ void EmitSmiMathAbs(LMathAbs* instr); |
// Support for recording safepoint and position information. |
void RecordSafepoint(LPointerMap* pointers, |