Micro-optimize.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-11-02 20:52:47 +00:00
parent d4589a3f58
commit 8eeb5ae31d

View File

@ -79,7 +79,7 @@ using namespace sys;
const char sys::PathSeparator = ':';
StringRef Path::GetEXESuffix() {
return "";
return StringRef();
}
Path::Path(StringRef p)