Add FunctionPassManager - it's like a PassManager, but it only deals in
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 12 Aug 2003 17:22:39 +0000 (17:22 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 12 Aug 2003 17:22:39 +0000 (17:22 +0000)
commit8ab1ef265a6547ab13c10a26c994610bd3ad9d9e
treed7918240cc1a0fb35cca4aec6e72e356b6d17c62
parent20a3be3ba832947d1dc5e6b26ae68335a7914aff
Add FunctionPassManager - it's like a PassManager, but it only deals in
FunctionPasses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7778 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManager.h
lib/VMCore/Pass.cpp