'Pass' should now not be derived from by clients. Instead, they should derive
authorChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:36:29 +0000 (04:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:36:29 +0000 (04:36 +0000)
commitf627892e26002025396d2d09bc593e42eee56a24
tree73a0f4b73ab0dc4103ef8d6e987d27f77e16d608
parentd55c9bf318ceb5c1f3a0a31b2e5e2bf1ad5db2b7
'Pass' should now not be derived from by clients.  Instead, they should derive
from ModulePass.  Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16430 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMPass.html