summaryrefslogtreecommitdiffstats
path: root/src/mips/register-allocator-mips-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mips/register-allocator-mips-inl.h')
-rw-r--r--src/mips/register-allocator-mips-inl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mips/register-allocator-mips-inl.h b/src/mips/register-allocator-mips-inl.h
index a876bee4..bbfb31dd 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.
}