Changeset 222689 in webkit for trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
- Timestamp:
- Oct 1, 2017, 10:23:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
r222564 r222689 1141 1141 terminal->child1().node(), m_zero, Relationship::NotEqual, 0); 1142 1142 } else { 1143 // FIXME: Handle CompareBelow and CompareBelowEq.1144 1143 Node* compare = terminal->child1().node(); 1145 1144 switch (compare->op()) {
Note:
See TracChangeset
for help on using the changeset viewer.