From 8eeb5ae31df99e14515a180bf83f557eca5bb8ab Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 2 Nov 2010 20:52:47 +0000 Subject: Micro-optimize. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118058 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/Unix/Path.inc b/lib/System/Unix/Path.inc index 44c81a2f3f..254d4de803 100644 --- a/lib/System/Unix/Path.inc +++ b/lib/System/Unix/Path.inc @@ -79,7 +79,7 @@ using namespace sys; const char sys::PathSeparator = ':'; StringRef Path::GetEXESuffix() { - return ""; + return StringRef(); } Path::Path(StringRef p) -- cgit v1.2.3