зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1123064 - Fix opt bustage on CLOSED TREE
This commit is contained in:
Родитель
260f1ea906
Коммит
83bac4e5aa
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче