Index: src/mips64/assembler-mips64.h |
diff --git a/src/mips64/assembler-mips64.h b/src/mips64/assembler-mips64.h |
index 6636d2b94a22e39c499fe1decd4cc50cbd523110..80987e7169d33b65a4f599c44ebe31cae4878ba3 100644 |
--- a/src/mips64/assembler-mips64.h |
+++ b/src/mips64/assembler-mips64.h |
@@ -1220,6 +1220,9 @@ class Assembler : public AssemblerBase { |
void lsa(Register rd, Register rt, Register rs, uint8_t sa); |
void dlsa(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. |
@@ -1416,9 +1419,6 @@ class Assembler : public AssemblerBase { |
void GenInstrJump(Opcode opcode, |
uint32_t address); |
- // Helpers. |
- void LoadRegPlusOffsetToAt(const MemOperand& src); |
- |
// Labels. |
void print(Label* L); |
void bind_to(Label* L, int pos); |