| Index: src/arm/assembler-arm.h | 
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h | 
| index 108d5cb0908045353a618e5e05868162697dccbe..e8ee605988b83571d409bfba8ecab2de68c8775b 100644 | 
| --- a/src/arm/assembler-arm.h | 
| +++ b/src/arm/assembler-arm.h | 
| @@ -218,6 +218,11 @@ struct DwVfpRegister { | 
| inline static int NumReservedRegisters(); | 
| inline static int NumAllocatableRegisters(); | 
|  | 
| +  // TODO(turbofan): This is a temporary work-around required because our | 
| +  // register allocator does not yet support the aliasing of single/double | 
| +  // registers on ARM. | 
| +  inline static int NumAllocatableAliasedRegisters(); | 
| + | 
| inline static int ToAllocationIndex(DwVfpRegister reg); | 
| static const char* AllocationIndexToString(int index); | 
| inline static DwVfpRegister FromAllocationIndex(int index); | 
|  |