]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGVirtualRegisterAllocationPhase.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGVirtualRegisterAllocationPhase.h
index abfa6ae647b2fbdbf1195951e3b96ac437a3cc5c..42128a0e81fb2c86739a2de27b4da4c7242a6c21 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef DFGVirtualRegisterAllocationPhase_h
 #define DFGVirtualRegisterAllocationPhase_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
 #include "DFGPhase.h"
@@ -42,7 +40,7 @@ class Graph;
 // for look-up tables for the linear scan register allocator that the backend
 // uses.
 
-void performVirtualRegisterAllocation(Graph&);
+bool performVirtualRegisterAllocation(Graph&);
 
 } } // namespace JSC::DFG