mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 801830: Ionmonkey: correctly compare definitions in MMul
This commit is contained in:
parent
7c8dd178b7
commit
427134eb9c
@ -921,7 +921,7 @@ MMul::foldsTo(bool useValueNumbers)
|
||||
if (specialization() != MIRType_Int32)
|
||||
return this;
|
||||
|
||||
if (lhs()->congruentTo(rhs()))
|
||||
if (EqualValues(useValueNumbers, lhs(), rhs()))
|
||||
canBeNegativeZero_ = false;
|
||||
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user