Changeset 153287 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
- Timestamp:
- Jul 24, 2013, 9:05:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
r153278 r153287 29 29 #if ENABLE(DFG_JIT) 30 30 31 #include "DFGEdgeUsesStructure.h" 31 32 #include "DFGGraph.h" 32 33 #include "DFGPhase.h" … … 611 612 } 612 613 if (m_graph.clobbersWorld(node) || node->canExit()) 614 return 0; 615 if (edgesUseStructure(m_graph, node)) 613 616 return 0; 614 617 }
Note:
See TracChangeset
for help on using the changeset viewer.