| commit | d8c5b4e8ef1c662e73a5f89c1b204d95a71c81f6 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Thu Oct 24 22:43:10 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Thu Oct 24 22:43:10 2013 +0000 |
| tree | 896e6edd89021509ca32e41be87d6eea6a0bd7bf | |
| parent | ddac15108ab565d4f9860becb6e99f259241798a [diff] |
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRawTextImpl, to avoid string literal ambiguities Also improve the implementation of EmitRawText(Twine) so it doesn't bother using the SmallString buffer if the Twine is a simple StringRef anyway. llvm-svn: 193378