#ifndef DFGPredictionPropagationPhase_h
#define DFGPredictionPropagationPhase_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
#include "SpeculatedType.h"
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