| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 884a0019d7f3c7abcd6045273f57afc45acf32cd..783ec41c43afa5b9f11e0f6850b1ac334d288c4f 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1858,8 +1858,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| BranchDelaySlot bdslot);
|
| void BranchLong(Label* L, BranchDelaySlot bdslot);
|
| void BranchAndLinkLong(Label* L, BranchDelaySlot bdslot);
|
| - void Jr(Label* L, BranchDelaySlot bdslot);
|
| - void Jalr(Label* L, BranchDelaySlot bdslot);
|
|
|
| // Common implementation of BranchF functions for the different formats.
|
| void BranchFCommon(SecondaryField sizeField, Label* target, Label* nan,
|
|
|