mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 1080438 - IonMonkey: Disable an over-zealous assert. r=nbp
This commit is contained in:
parent
a159f4b2a3
commit
69d86d3e63
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user