Modify raw_svector_ostream to use its SmallString without additional buffering.
authorYaron Keren <yaron.keren@gmail.com>
Thu, 13 Aug 2015 06:19:52 +0000 (06:19 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Thu, 13 Aug 2015 06:19:52 +0000 (06:19 +0000)
This is faster and avoids the stream and SmallString state synchronization issue.
resync() is a no-op and may be safely deleted.  I'll do so in a follow-up commit.

Reviewed by Rafael Espindola.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244870 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found