X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..refs/heads/master:/dfg/DFGVirtualRegisterAllocationPhase.h?ds=sidebyside diff --git a/dfg/DFGVirtualRegisterAllocationPhase.h b/dfg/DFGVirtualRegisterAllocationPhase.h index abfa6ae..42128a0 100644 --- a/dfg/DFGVirtualRegisterAllocationPhase.h +++ b/dfg/DFGVirtualRegisterAllocationPhase.h @@ -26,8 +26,6 @@ #ifndef DFGVirtualRegisterAllocationPhase_h #define DFGVirtualRegisterAllocationPhase_h -#include - #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