Checkin new pass framework. This one is more useful and automatically
authorChris Lattner <sabre@nondot.org>
Wed, 30 Jan 2002 23:20:39 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Jan 2002 23:20:39 +0000 (23:20 +0000)
commit05ad462d1b8e0486879ecd910c3ff4541bd8604c
treee4eedea8555ecc0ee9af0390239e59c754a381bb
parentb1244c54a4fc40db5a006bf6cf7e583faed7773e
Checkin new pass framework.  This one is more useful and automatically
creates analysis results for passes that need them.   MethodPass's never
have to worry about being invoked on external methods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1594 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Pass.h
lib/VMCore/PassManagerT.h [new file with mode: 0644]