Drop the raw_ostream required buffer size to 1.
commit48f5114de937c031d43c91691806b04f55d35e2b
authorDaniel Dunbar <daniel@zuster.org>
Tue, 15 Sep 2009 20:31:46 +0000 (15 20:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 15 Sep 2009 20:31:46 +0000 (15 20:31 +0000)
treed2ef357d41d00a2c3b72d344552e17bab3358355
parent6dee039bc647d7ac37a135272648af92dec812e1
Drop the raw_ostream required buffer size to 1.

 - As best I can tell, we have eliminated all the code which used to require a
   larger buffer size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81912 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp
unittests/Support/raw_ostream_test.cpp