avoid an extraneous std::string construction
authorChris Lattner <sabre@nondot.org>
Sun, 17 Aug 2008 07:24:08 +0000 (07:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Aug 2008 07:24:08 +0000 (07:24 +0000)
commit95e4bd81d7ad15cb7610cfdb869e357b3909a313
tree570f10c0e5e230f88f2cedf8f144af1348394f4b
parentfad86b003a839cef40ec8ce8408322f4913368ca
avoid an extraneous std::string construction

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp