Index: src/mips/register-allocator-mips-inl.h |
diff --git a/src/mips/register-allocator-mips-inl.h b/src/mips/register-allocator-mips-inl.h |
index a876bee49ab6f2870d7e57c6fc14bd6cecffc4c0..bbfb31dd981cb9fba8980cedfdd3d983a7c12629 100644 |
--- a/src/mips/register-allocator-mips-inl.h |
+++ b/src/mips/register-allocator-mips-inl.h |
@@ -125,9 +125,6 @@ Register RegisterAllocator::ToRegister(int num) { |
void RegisterAllocator::Initialize() { |
Reset(); |
- // The non-reserved a1 and ra registers are live on JS function entry. |
- Use(a1); // JS function. |
- Use(ra); // Return address. |
} |