]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGFixupPhase.h
JavaScriptCore-1218.tar.gz
[apple/javascriptcore.git] / dfg / DFGFixupPhase.h
index 1ba85ebfea1ea4f3240492481aef89c8cd910126..d496d59b2c443e89087a598433be0de85df68bef 100644 (file)
@@ -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