From 977ce007ad49f122f8132a042ddb6b2c0fd53491 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 15 Oct 2013 21:22:12 +0000 Subject: Reformat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192735 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 3e4a960..0a070fe 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(); -- cgit v1.1