Changeset 149911 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- May 10, 2013, 4:15:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r149552 r149911 46 46 #include "DFGPredictionInjectionPhase.h" 47 47 #include "DFGPredictionPropagationPhase.h" 48 #include "DFG StructureCheckHoistingPhase.h"48 #include "DFGTypeCheckHoistingPhase.h" 49 49 #include "DFGUnificationPhase.h" 50 50 #include "DFGValidate.h" … … 130 130 performPredictionPropagation(dfg); 131 131 performFixup(dfg); 132 perform StructureCheckHoisting(dfg);132 performTypeCheckHoisting(dfg); 133 133 134 134 dfg.m_fixpointState = FixpointNotConverged;
Note:
See TracChangeset
for help on using the changeset viewer.