Finegrainify namespacification
authorChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:44:31 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:44:31 +0000 (04:44 +0000)
commit68d033cc94d64c49aa442b3990386f95f95d5637
tree8c13a0e20fb07325bf947903aa7b9259ba913de1
parentded6d0c9fb8ac74b1db12dc0dea6fb81286f4e04
Finegrainify namespacification

'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@16434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/PrintSCC.cpp
tools/analyze/PrintSCC.cpp
tools/opt/PrintSCC.cpp