mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1123064 - Fix opt bustage on CLOSED TREE
This commit is contained in:
parent
260f1ea906
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user