]> granicus.if.org Git - clang/commit
Replace a few usages of llvm::join with range-version[NFC]
authorErich Keane <erich.keane@intel.com>
Fri, 27 Oct 2017 18:45:06 +0000 (18:45 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 27 Oct 2017 18:45:06 +0000 (18:45 +0000)
commit5a3b980ac2b255fcbb006f820218d4935f98e271
treede063bd6708f758986327dff9d72c339d58fe1e6
parent0cb2a76a4f9397e6b33d60159f0197d1bcb898e9
Replace a few usages of llvm::join with range-version[NFC]

I noticed a few usages of llvm::join that were using
begin/end rather than just the range version.  This patch
just replaces those.

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