From 6e3e14f3054b1fbe7744b241dd41a3a2b9404aef Mon Sep 17 00:00:00 2001 From: Jan de Mooij Date: Mon, 13 Jan 2014 20:45:01 +0100 Subject: [PATCH] Bug 958432 - Remove two bogus asserts on a CLOSED TREE. r=djvj a=RyanVM --- js/src/jit/LinearScan.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/jit/LinearScan.cpp b/js/src/jit/LinearScan.cpp index ab621ecdff36..69ee0e6028be 100644 --- a/js/src/jit/LinearScan.cpp +++ b/js/src/jit/LinearScan.cpp @@ -592,8 +592,6 @@ LinearScanAllocator::populateSafepoints() if (payloadAlloc->isArgument() && (!payload->canonicalSpill() || payload->canonicalSpill() == payloadAlloc)) { - JS_ASSERT(typeAlloc->isArgument()); - JS_ASSERT(!type->canonicalSpill() || type->canonicalSpill() == typeAlloc); continue; }