]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGCFAPhase.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGCFAPhase.h
index 2b626c81ff5ab812073576f85d3d019d6fc54138..30a69c4c6187d83ef5ff297cf57618265821de0b 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef DFGCFAPhase_h
 #define DFGCFAPhase_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
 namespace JSC { namespace DFG {
@@ -39,7 +37,7 @@ class Graph;
 // the code block. It's also responsible for identifying dead code, and in the
 // future should be used as a hook for constant propagation.
 
-void performCFA(Graph&);
+bool performCFA(Graph&);
 
 } } // namespace JSC::DFG