Bug 1123064 - Fix opt bustage on CLOSED TREE

This commit is contained in:
Hannes Verschore 2015-01-29 10:33:40 +01:00
parent 8e15dd1964
commit 44808b8da1

View File

@ -3048,7 +3048,7 @@ MToInt32::foldsTo(TempAllocator &alloc)
// Fold this operation if the input operand is constant.
if (input->isConstant()) {
Value val = input->toConstant()->value();
MacroAssembler::IntConversionInputKind convert = conversion();
DebugOnly<MacroAssembler::IntConversionInputKind> convert = conversion();
switch (input->type()) {
case MIRType_Null:
MOZ_ASSERT(convert == MacroAssembler::IntConversion_Any);