зеркало из https://github.com/mozilla/gecko-dev.git
Bug 958432 - Remove two bogus asserts on a CLOSED TREE. r=djvj a=RyanVM
This commit is contained in:
Родитель
87279f107a
Коммит
6e3e14f305
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче