]> granicus.if.org Git - clang/commit
[CodeGen] Use llvm::join to simplify string joining.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 2 Jul 2015 21:02:39 +0000 (21:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 2 Jul 2015 21:02:39 +0000 (21:02 +0000)
commitb96067e58d60aaf3351778e62b2fb752045d03a5
treef3dea0996c521a6effe470e5aee5fb2fb38bcb4c
parente06d40075e50561bbf5ec1c92828230a81f3ed6f
[CodeGen] Use llvm::join to simplify string joining.

While there replace stable_sort of std::string with just sort, stability
is not necessary for "simple" value types. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241299 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp