Privatize PrintModulePass and PrintFunctionPass and add
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Oct 2008 23:33:38 +0000 (23:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Oct 2008 23:33:38 +0000 (23:33 +0000)
commitf4db3a51c7d806f7dcef5d9625e7cdf7f122dca9
tree81dbaa0fce182c01c6fa0c916f24dc0773c3e34b
parent040225fcb7e16ad7485dec9ccd23f178297a8a61
Privatize PrintModulePass and PrintFunctionPass and add
createPrintModulePass and createPrintFunctionPass.
 - So clients who compile w/o RTTI can use them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57933 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/PrintModulePass.h
include/llvm/LinkAllPasses.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/PrintModulePass.cpp [new file with mode: 0644]
tools/llvm-dis/llvm-dis.cpp
tools/opt/opt.cpp