Make changes suggested by Chris and eliminate newly-added raw_ostream
authorDavid Greene <greened@obbligato.org>
Fri, 10 Jul 2009 21:14:44 +0000 (21:14 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 10 Jul 2009 21:14:44 +0000 (21:14 +0000)
commit62fe47a33755719ab9c6e8c239e0dd01fc87e6f9
tree3d0c98ada5d7952dc0723c6710bf0eeb54db2ef9
parenta93e77073faf8547f8405919339f44cebdc74d11
Make changes suggested by Chris and eliminate newly-added raw_ostream
hooks as they're no longer needed.

The major change with this patch is to make formatted_raw_ostream usable
by any client of raw_ostream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75283 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmFormatter.h [new file with mode: 0644]
include/llvm/CodeGen/AsmStream.h [deleted file]
include/llvm/Support/FormattedStream.h [new file with mode: 0644]
include/llvm/Support/raw_ostream.h
lib/CodeGen/AsmStream.cpp [deleted file]
lib/Support/FormattedStream.cpp [new file with mode: 0644]
lib/Support/raw_ostream.cpp