]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGVirtualRegisterAllocationPhase.h
JavaScriptCore-1218.33.tar.gz
[apple/javascriptcore.git] / dfg / DFGVirtualRegisterAllocationPhase.h
index abfa6ae647b2fbdbf1195951e3b96ac437a3cc5c..5878ed13f5655ddc8386b592cd0cf6da90f95aaf 100644 (file)
@@ -42,7 +42,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