* Make contained ostream not public.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Apr 2004 19:22:58 +0000 (19:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Apr 2004 19:22:58 +0000 (19:22 +0000)
commitdf3d2e95a2606c607608252dd4069ae6feb14936
tree2b311b0fe19b0d819b7f605d90be18435a8f1fe8
parent8618e52be514f1e4d20b0a49f8875ed3596522ed
* Make contained ostream not public.
* Remove various print methods that called the Value* method, just have one that
  all subclasses of Value will use anyway.
* Remove template for printing constant references
* Add methods to print char* and strings
* setStream now sets the stream on the contained AssemblyWriter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13246 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/CachedWriter.h