eliminate the ostream version of CheckBitcodeOutputToConsole,
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 21:36:09 +0000 (21:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 21:36:09 +0000 (21:36 +0000)
commitb683ea4712836e22b98d24bf8e40e599224d024e
tree77e95a06ba36ab52da2cb99941d64b1ca22c1b7a
parent9441cfe4880018a85af9710ad405d4f2e522acc2
eliminate the ostream version of CheckBitcodeOutputToConsole,
change the raw_ostream one to take the raw_ostream byref instead
of byptr.  Prune #includes, eliminate a use of Streams.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79863 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SystemUtils.h
lib/Support/SystemUtils.cpp
tools/bugpoint/ToolRunner.h
tools/llvm-as/llvm-as.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp