Bump SmallString to the minimum required amount for raw_ostream to avoid allocation.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Feb 2012 21:15:21 +0000 (21:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Feb 2012 21:15:21 +0000 (21:15 +0000)
commitb601ab5cce6c560dff365cd87f6854ea95f76f54
tree024b53e6e7d0e99173e698372d445e9ddcef9593
parent3378c59075794434926ec9e2e2043244c6f7fd43
Bump SmallString to the minimum required amount for raw_ostream to avoid allocation.

It's is a bit annoying, we should hide this implementation detail better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151284 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCStreamer.cpp