| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index e169e0c23b5bdd9769312efa06481000ab738b5d..fb16f5b081593e2be7b36f86b36449372d1d7c35 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1702,7 +1702,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| void BranchAndLinkShort(Label* L, Condition cond, Register rs,
|
| const Operand& rt,
|
| BranchDelaySlot bdslot = PROTECT);
|
| - void J(Label* L, BranchDelaySlot bdslot);
|
| void Jr(Label* L, BranchDelaySlot bdslot);
|
| void Jalr(Label* L, BranchDelaySlot bdslot);
|
|
|
|
|