| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 78bc69de918fc5d338cdeeda5db2fb8c28b7b0b0..77a37a6221f4370c7d75e975be68776613b31a5e 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -295,6 +295,10 @@ class LCodeGen: public LCodeGenBase {
|
| uint32_t offset,
|
| uint32_t additional_index = 0);
|
|
|
| + Operand BuildSeqStringOperand(Register string,
|
| + LOperand* index,
|
| + String::Encoding encoding);
|
| +
|
| void EmitIntegerMathAbs(LMathAbs* instr);
|
|
|
| // Support for recording safepoint and position information.
|
|
|