diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGFixupPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGFixupPhase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGFixupPhase.h b/Source/JavaScriptCore/dfg/DFGFixupPhase.h index 1ba85ebfe..d496d59b2 100644 --- a/Source/JavaScriptCore/dfg/DFGFixupPhase.h +++ b/Source/JavaScriptCore/dfg/DFGFixupPhase.h @@ -37,7 +37,7 @@ class Graph; // Fix portions of the graph that are inefficient given the predictions that // we have. This should run after prediction propagation but before CSE. -void performFixup(Graph&); +bool performFixup(Graph&); } } // namespace JSC::DFG::Phase |