* PassInfo is allowed to be missing now (ie, not all passes need be registered)
authorChris Lattner <sabre@nondot.org>
Mon, 29 Jul 2002 21:02:31 +0000 (21:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Jul 2002 21:02:31 +0000 (21:02 +0000)
commit44050fb25a37a72ba74da9b0c8b41973325a7995
tree5aeeac3864ad6dc9f7a4aa5946522f51a5ee4d32
parentf9b2297380d57d35c707864a9d55c1e00da39700
* PassInfo is allowed to be missing now (ie, not all passes need be registered)
* getPassName uses PassInfo if it's available
* PassInfo is now cached in the pass so that it is only looked up once, maximum

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