summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-15 21:22:12 +0000
committerEric Christopher <echristo@gmail.com>2013-10-15 21:22:12 +0000
commit977ce007ad49f122f8132a042ddb6b2c0fd53491 (patch)
treea83809caa0bafe7bb1f2ebcd165c1f1af2661f41 /include
parent1824bd0ef84bd162065f9d1fad4c325a39736248 (diff)
downloadllvm-977ce007ad49f122f8132a042ddb6b2c0fd53491.tar.gz
llvm-977ce007ad49f122f8132a042ddb6b2c0fd53491.tar.bz2
llvm-977ce007ad49f122f8132a042ddb6b2c0fd53491.tar.xz
Reformat.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 3e4a960ea7..0a070fe530 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -251,8 +251,7 @@ T DIRef<T>::resolve(const DITypeIdentifierMap &Map) const {
return T(Iter->second);
}
-template <typename T>
-StringRef DIRef<T>::getName() const {
+template <typename T> StringRef DIRef<T>::getName() const {
if (!Val)
return StringRef();