Switch obvious clients to Twine instead of utostr (when they were already using
authorDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 04:20:37 +0000 (04:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 04:20:37 +0000 (04:20 +0000)
commit7f93dc8345fb33652973e35cae4c3b58addf4f87
treeed8cd8df99055bd3f6660c4d194a85f363ccda57
parente409f0a779008ad71f8ebb88431630d1d9e33a86
Switch obvious clients to Twine instead of utostr (when they were already using
a Twine, e.g., for names).
 - I am a little ambivalent about this; we don't want the string conversion of
   utostr, but using overload '+' mixed with string and integer arguments is
   sketchy. On the other hand, this particular usage is something of an idiom.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77579 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp