Index: src/arm/register-allocator-arm.h |
=================================================================== |
--- src/arm/register-allocator-arm.h (revision 4341) |
+++ src/arm/register-allocator-arm.h (working copy) |
@@ -33,7 +33,8 @@ |
class RegisterAllocatorConstants : public AllStatic { |
public: |
- static const int kNumRegisters = 12; |
+ // No registers are currently managed by the register allocator on ARM. |
+ static const int kNumRegisters = 0; |
static const int kInvalidRegister = -1; |
}; |