* Rename MethodPass class to FunctionPass
[oota-llvm.git] / lib / Analysis / IPA / FindUsedTypes.cpp
index 5c961d2bebe7b72d8e3fc04a4ca68514152460ae..86061d8610ceafcd8d1ab03fd1a81dcccdfc1ace 100644 (file)
@@ -93,11 +93,3 @@ void FindUsedTypes::printTypes(std::ostream &o, const Module *M = 0) const {
            E = UsedTypes.end(); I != E; ++I)
       o << "  " << *I << "\n";
 }
-
-// getAnalysisUsageInfo - Of course, we provide ourself...
-//
-void FindUsedTypes::getAnalysisUsageInfo(Pass::AnalysisSet &Required,
-                                         Pass::AnalysisSet &Destroyed,
-                                         Pass::AnalysisSet &Provided) {
-  Provided.push_back(FindUsedTypes::ID);
-}