mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123064 - Fix opt bustage on CLOSED TREE
This commit is contained in:
parent
8e15dd1964
commit
44808b8da1
@ -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