#ifndef DFGCFAPhase_h
#define DFGCFAPhase_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
namespace JSC { namespace DFG {
// 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