[PlaceSafepoints] Switch to being a FunctionPass
[oota-llvm.git] / include / llvm / Transforms / Scalar.h
index 925ebda131792cfc843ae214914d3a9d84623e62..ff9980b89c4a58f4514c792618b4dc903beb9838 100644 (file)
@@ -442,7 +442,7 @@ FunctionPass *createStraightLineStrengthReducePass();
 // RewriteStatepointsForGC which can be run at an arbitrary point in the pass
 // order following this pass.
 //
-ModulePass *createPlaceSafepointsPass();
+FunctionPass *createPlaceSafepointsPass();
 
 //===----------------------------------------------------------------------===//
 //