Changeset 176771 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp
- Timestamp:
- Dec 3, 2014, 5:59:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp
r176625 r176771 6560 6560 DFG_ASSERT( 6561 6561 m_graph, m_node, 6562 !(availability.isDead() && m_graph.isLiveInBytecode(VirtualRegister(operand), codeOrigin)));6562 (!(availability.isDead() && m_graph.isLiveInBytecode(VirtualRegister(operand), codeOrigin))) || m_graph.m_plan.mode == FTLForOSREntryMode); 6563 6563 } 6564 6564
Note:
See TracChangeset
for help on using the changeset viewer.