diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGCFAPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGCFAPhase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGCFAPhase.h b/Source/JavaScriptCore/dfg/DFGCFAPhase.h index 2b626c81f..cc9e6c4b4 100644 --- a/Source/JavaScriptCore/dfg/DFGCFAPhase.h +++ b/Source/JavaScriptCore/dfg/DFGCFAPhase.h @@ -39,7 +39,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 |