Index: src/arm/register-allocator-arm-inl.h |
=================================================================== |
--- src/arm/register-allocator-arm-inl.h (revision 4341) |
+++ src/arm/register-allocator-arm-inl.h (working copy) |
@@ -92,9 +92,6 @@ |
void RegisterAllocator::Initialize() { |
Reset(); |
- // The non-reserved r1 and lr registers are live on JS function entry. |
- Use(r1); // JS function. |
- Use(lr); // Return address. |
} |