From: Eric Christopher Date: Tue, 15 Oct 2013 21:22:12 +0000 (+0000) Subject: Reformat. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=977ce007ad49f122f8132a042ddb6b2c0fd53491;p=oota-llvm.git Reformat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192735 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 3e4a960ea7b..0a070fe5305 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -251,8 +251,7 @@ T DIRef::resolve(const DITypeIdentifierMap &Map) const { return T(Iter->second); } -template -StringRef DIRef::getName() const { +template StringRef DIRef::getName() const { if (!Val) return StringRef();