Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index d0909ae6f4b3dbedb4b29773c6055ac4d09b4c0f..f41adbfddde3d9759e79e735fa4b9e2c46f35212 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -277,6 +277,10 @@ class LCodeGen: public LCodeGenBase { |
Register ToRegister(int index) const; |
DoubleRegister ToDoubleRegister(int index) const; |
+ MemOperand BuildSeqStringOperand(Register string, |
+ LOperand* index, |
+ String::Encoding encoding); |
+ |
void EmitIntegerMathAbs(LMathAbs* instr); |
// Support for recording safepoint and position information. |