Bug 1254369 - IonMonkey: MIPS: Clean up broken assertions. r=arai

---
 js/src/jit/mips-shared/Lowering-mips-shared.cpp | 2 --
 1 file changed, 2 deletions(-)
This commit is contained in:
Heiher 2016-03-09 12:34:59 +08:00
Родитель 0d2e971cf1
Коммит 54ab7fb9f0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -412,7 +412,6 @@ LIRGeneratorMIPSShared::visitCompareExchangeTypedArrayElement(MCompareExchangeTy
{
MOZ_ASSERT(ins->arrayType() != Scalar::Float32);
MOZ_ASSERT(ins->arrayType() != Scalar::Float64);
MOZ_ASSERT(ins->offset() == 0);
MOZ_ASSERT(ins->elements()->type() == MIRType_Elements);
MOZ_ASSERT(ins->index()->type() == MIRType_Int32);
@ -441,7 +440,6 @@ void
LIRGeneratorMIPSShared::visitAtomicExchangeTypedArrayElement(MAtomicExchangeTypedArrayElement* ins)
{
MOZ_ASSERT(ins->arrayType() <= Scalar::Uint32);
MOZ_ASSERT(ins->offset() == 0);
MOZ_ASSERT(ins->elements()->type() == MIRType_Elements);
MOZ_ASSERT(ins->index()->type() == MIRType_Int32);