| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index cdbd10331aa52d4d19361fa7c31a39992a750716..22d12b430b19b7d6ee655e3d5d8f05bc0ab12f5a 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1641,6 +1641,10 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| Condition cc, FPURegister cmp1, FPURegister cmp2,
|
| BranchDelaySlot bd = PROTECT);
|
|
|
| + void BranchShortF(SecondaryField sizeField, Label* target, Condition cc,
|
| + FPURegister cmp1, FPURegister cmp2,
|
| + BranchDelaySlot bd = PROTECT);
|
| +
|
| // Helper functions for generating invokes.
|
| void InvokePrologue(const ParameterCount& expected,
|
| const ParameterCount& actual,
|
|
|