eliminate the std::ostream forms of the bitcode writing APIs.
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 07:49:08 +0000 (07:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 07:49:08 +0000 (07:49 +0000)
commitb515d75856f58a8b3b71d782eb00916d686329ad
treef44504088f40b4ba59e2583c25ea523e8c15ae82
parenta81d29b3916c2eb87a17f800f3759ce21a4a96fd
eliminate the std::ostream forms of the bitcode writing APIs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79840 91177308-0d34-0410-b5e6-96231b3b80d8
examples/BrainF/BrainFDriver.cpp
examples/ModuleMaker/ModuleMaker.cpp
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Reader/Deserialize.cpp
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/lto/LTOCodeGenerator.cpp