Avoid creating and destroying a std::string on every iteration.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 27 May 2015 18:11:07 +0000 (18:11 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 27 May 2015 18:11:07 +0000 (18:11 +0000)
commit90811cb073c87e6921533fa90c881e6a0f80f7e9
tree9dfed2fd700cdc6afc71efb6f8542d6a1222987f
parent2bdb4e1063f5cbc8bb1262d90cca056e9fb31fbb
Avoid creating and destroying a std::string on every iteration.

llvm-svn: 238343
llvm/lib/Support/Debug.cpp