diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h b/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h index fe127136a..ae025cdeb 100644 --- a/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h +++ b/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h @@ -43,7 +43,7 @@ class Graph; // arithmetic nodes) do not qualify for any of these categories. But after running // this phase, we'll have full information for the expected type of each node. -void performPredictionPropagation(Graph&); +bool performPredictionPropagation(Graph&); } } // namespace JSC::DFG::Phase |