summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-19 19:28:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-19 19:28:18 +0000
commit339d0cbdd13f0d6b5e6546a858ae6b8abcae2d0a (patch)
tree515cdd54ab6db65dbe984bf50bd264d04fb3d687 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent948f82b8e4cd9ef82e8ee2a8c181e69b9859008a (diff)
downloadbcm5719-llvm-339d0cbdd13f0d6b5e6546a858ae6b8abcae2d0a.tar.gz
bcm5719-llvm-339d0cbdd13f0d6b5e6546a858ae6b8abcae2d0a.zip
Remove SmallString::append_*int* methods; how many copies of int -> str
conversion code do we really need? - S.append_uint(N) can be replaced with 'raw_svector_ostream(S) << N' which is somewhat slower due to the extra set up cost, but still plenty fast (especially if the svector set up cost can be amortized). llvm-svn: 79450
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud