CallGraphSCCPass manager may require other passes.
authorDevang Patel <dpatel@apple.com>
Thu, 21 Jun 2007 22:29:02 +0000 (22:29 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 21 Jun 2007 22:29:02 +0000 (22:29 +0000)
commit25e681ac221e83a7ebead99b4d3d88f1b3ab49bd
treef365df5365788ab268bf4a5fd9ebf0b8a3790575
parentd3fb6714802d8e44b34980af8772cc3ed398e71a
CallGraphSCCPass manager may require other passes.
Use schedulePass() to accomodate these requirement instead of directly
assigning a manager to new CallGraph PassManager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37695 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/CallGraphSCCPass.cpp