Move the implementation of StringRef::split out of StringExtras.cpp
authorDuncan Sands <baldrick@free.fr>
Tue, 21 Feb 2012 12:00:25 +0000 (12:00 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 21 Feb 2012 12:00:25 +0000 (12:00 +0000)
commitbf8653ff3b70d2a1bb059a958d7612954408d998
treeee84f85f82562ac27572d1091b42e3cf32ea0c89
parentbf8f50d944db799e601219b1f21f1e759ae145fc
Move the implementation of StringRef::split out of StringExtras.cpp
and into StringRef.cpp, which is where the other StringRef stuff is.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/StringExtras.cpp
lib/Support/StringRef.cpp