Convert int to Twine instead of using utostr since it was already being added to...
authorCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 00:15:35 +0000 (00:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 00:15:35 +0000 (00:15 +0000)
commit2ed536942407d82e139919098d578f80c4b0bd59
treef3bcb439dae42c4e02d5a76ee26fc6815530373f
parent313496b7c42aee5008e5b50d7ef88ca9a04d7063
Convert int to Twine instead of using utostr since it was already being added to a Twine. NFC

llvm-svn: 259308
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp