Bug 1080438 - IonMonkey: Disable an over-zealous assert. r=nbp

This commit is contained in:
Dan Gohman 2014-10-17 14:34:26 -07:00
parent a159f4b2a3
commit 69d86d3e63

View File

@ -2708,7 +2708,6 @@ AdjustTruncatedInputs(TempAllocator &alloc, MDefinition *truncated)
continue;
if (input->isToDouble() && input->getOperand(0)->type() == MIRType_Int32) {
MOZ_ASSERT(input->range()->isInt32());
truncated->replaceOperand(i, input->getOperand(0));
} else {
MInstruction *op;