[CodeGenFunction] Use the StringRef::split function that takes a char separator inste...
authorCraig Topper <craig.topper@intel.com>
Thu, 3 May 2018 21:01:33 +0000 (21:01 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 3 May 2018 21:01:33 +0000 (21:01 +0000)
commit274506dab8bc7b754e750bc8a668c2b348aa5737
treee9b4ca7c76af9ee8730456c2865f5db0f0fe0d4e
parent85cc298c1a67cdff22ece17ce1f352b7a56a8b8a
[CodeGenFunction] Use the StringRef::split function that takes a char separator instead of StringRef separator. NFC

The char separator version should be a little better optimized.

llvm-svn: 331482
clang/lib/CodeGen/CodeGenFunction.cpp