Add slow path for single character write, and use exclusively for
authorDaniel Dunbar <daniel@zuster.org>
Mon, 16 Mar 2009 22:00:17 +0000 (22:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 16 Mar 2009 22:00:17 +0000 (22:00 +0000)
commitde75d7ffcd5ed315240cfe0c52a821cf66411eda
tree3dfcc279db6a92120231c5c9ef7fec815bcb584d
parentaf3f5441b51c5f5317a585c816201e16b46891c6
Add slow path for single character write, and use exclusively for
single characters writes outside of the fast path in raw_ostream.h

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