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)
commit6afdc5e6944b2947aa843f21599801a9c9307929
tree8c0d8932d030962388cc883b0509acca49cf0d05
parent8787861004f47f303234a37f202c319b99def1ab
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.

llvm-svn: 77579
llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp