add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 02:30:12 +0000 (02:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 02:30:12 +0000 (02:30 +0000)
commite8e1e4bf8a7ced315b0d2ecfdab2478d7bbbe138
tree71321ae666be6b308d9b73dbf698109f572084a7
parent2bce93a2ae0b944e9e83b01c5c5bcbe5962a5a8d
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
a pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36828 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Writer/BitcodeWriterPass.cpp [new file with mode: 0644]