add a new MCAsmStreamer::GetCommentOS method to simplify stuff
authorChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 19:17:48 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 19:17:48 +0000 (19:17 +0000)
commitd79d9dce47d505369662ae5111dba24f9ccdef68
treea6331f42bbf8981e99a5d78b0ca46729f41a8def
parent8a23e0b07ba7eef3fd158be43f758d859b115f93
add a new MCAsmStreamer::GetCommentOS method to simplify stuff
that doesn't want to use twines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94199 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
include/llvm/Support/raw_ostream.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCStreamer.cpp
lib/Support/raw_ostream.cpp