| Index: src/mips/assembler-mips.h
|
| diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
|
| index 5cdf16ac4ae8435fca6b327e191f446de1c4ca33..c6b12b76d7a8002477eb7791081ee861b97e4d4c 100644
|
| --- a/src/mips/assembler-mips.h
|
| +++ b/src/mips/assembler-mips.h
|
| @@ -222,6 +222,10 @@ struct FPURegister {
|
|
|
| inline static int NumRegisters();
|
| inline static int NumAllocatableRegisters();
|
| +
|
| + // TODO(turbofan): Proper support for float32.
|
| + inline static int NumAllocatableAliasedRegisters();
|
| +
|
| inline static int ToAllocationIndex(FPURegister reg);
|
| static const char* AllocationIndexToString(int index);
|
|
|
|
|