Changeset 284623 in webkit for trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
- Timestamp:
- Oct 21, 2021, 10:54:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
r284585 r284623 569 569 switch (other.m_kind) { 570 570 case Equal: 571 if (differenceOverflows<int>(otherEffectiveRight, thisRight)) 572 return *this; 573 571 574 // Return a version of *this that is Equal to other's constant. 572 575 return Relationship(m_left, m_right, Equal, otherEffectiveRight - thisRight);
Note:
See TracChangeset
for help on using the changeset viewer.