- Cleaned up the interface to AnalysisUsage to take analysis class names
authorChris Lattner <sabre@nondot.org>
Thu, 8 Aug 2002 19:01:28 +0000 (19:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Aug 2002 19:01:28 +0000 (19:01 +0000)
commitdd5b49512976df3225b67f9685642253186cde3d
tree213595ddd8da9a7f3afd1870a37340236c897849
parent5791bb70b12dfce83e2fcd3857af5a5c7fe9782e
- Cleaned up the interface to AnalysisUsage to take analysis class names
   instead of ::ID's.
 - Pass::getAnalysis<> now no longer takes an optional argument

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3264 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopInfo.cpp
lib/Analysis/PostDominators.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
lib/VMCore/Verifier.cpp