Changeset 161218 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
- Timestamp:
- Jan 2, 2014, 12:15:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
r161126 r161218 1240 1240 // Handle nodes that are conditionally pure: these are pure, and can 1241 1241 // be CSE'd, so long as the prediction is the one we want. 1242 case ValueAdd:1243 1242 case CompareLess: 1244 1243 case CompareLessEq:
Note:
See TracChangeset
for help on using the changeset viewer.