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