X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/a253471d7f8e4d91bf6ebabab00155c3b387d3d0..93a3786624b2768d89bfa27e46598dc64e2fb70a:/dfg/DFGFixupPhase.h?ds=sidebyside diff --git a/dfg/DFGFixupPhase.h b/dfg/DFGFixupPhase.h index 1ba85eb..d496d59 100644 --- a/dfg/DFGFixupPhase.h +++ b/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