]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGPredictionPropagationPhase.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGPredictionPropagationPhase.h
index 29fe8455eea8b07533444472346003b1dc20df03..082295f3271e2dda1306014439292b2eb17286a3 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef DFGPredictionPropagationPhase_h
 #define DFGPredictionPropagationPhase_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
 #include "SpeculatedType.h"
@@ -48,7 +46,7 @@ class Graph;
 bool performPredictionPropagation(Graph&);
 
 // Helper used for FixupPhase for computing the predicted type of a ToPrimitive.
-SpeculatedType resultOfToPrimitive(SpeculatedType type);
+SpeculatedType resultOfToPrimitive(SpeculatedType);
 
 } } // namespace JSC::DFG::Phase