Avoid calling outs() and fouts() when the stream isn't really needed.
authorDan Gohman <gohman@apple.com>
Thu, 27 May 2010 19:47:36 +0000 (19:47 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 27 May 2010 19:47:36 +0000 (19:47 +0000)
commit26a707493903729aab49e02a082a0e481003b760
tree1648663d429b77cdf81c1da6ca60aa8a235df196
parent57bd6431134d2fe7c8e9f8362b18e283d017b947
Avoid calling outs() and fouts() when the stream isn't really needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104873 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp
tools/llvm-mc/llvm-mc.cpp
tools/opt/opt.cpp