]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGOSRExitCompilationInfo.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGOSRExitCompilationInfo.h
index 9679545b402c49f31c52c8563c90e8597d17fd8e..75f1d21c4ee1a08d9247b8c69c3b35350f9495b7 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef DFGOSRExitCompilationInfo_h
 #define DFGOSRExitCompilationInfo_h
 
 #ifndef DFGOSRExitCompilationInfo_h
 #define DFGOSRExitCompilationInfo_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
 #include "CodeOrigin.h"
 #if ENABLE(DFG_JIT)
 
 #include "CodeOrigin.h"
@@ -38,6 +36,8 @@ namespace JSC { namespace DFG {
 
 struct OSRExitCompilationInfo {
     MacroAssembler::JumpList m_failureJumps;
 
 struct OSRExitCompilationInfo {
     MacroAssembler::JumpList m_failureJumps;
+    MacroAssembler::Label m_replacementSource;
+    MacroAssembler::Label m_replacementDestination;
 };
 
 } } // namespace JSC::DFG
 };
 
 } } // namespace JSC::DFG