| Index: src/mips/assembler-mips.h
|
| diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
|
| index 886ac6c0525ef1ad170f269c0a9218cc58b16f36..3039a775ac79ddb75f6257a92f79fe9d6e11510a 100644
|
| --- a/src/mips/assembler-mips.h
|
| +++ b/src/mips/assembler-mips.h
|
| @@ -1162,6 +1162,9 @@ class Assembler : public AssemblerBase {
|
| // Load Scaled Address instruction.
|
| void lsa(Register rd, Register rt, Register rs, uint8_t sa);
|
|
|
| + // Helpers.
|
| + void LoadRegPlusOffsetToAt(const MemOperand& src);
|
| +
|
| // Relocation for a type-recording IC has the AST id added to it. This
|
| // member variable is a way to pass the information from the call site to
|
| // the relocation info.
|
| @@ -1359,8 +1362,6 @@ class Assembler : public AssemblerBase {
|
| void GenInstrJump(Opcode opcode,
|
| uint32_t address);
|
|
|
| - // Helpers.
|
| - void LoadRegPlusOffsetToAt(const MemOperand& src);
|
|
|
| // Labels.
|
| void print(Label* L);
|
|
|