summaryrefslogtreecommitdiffstats
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
commitf01c390d8722bc93f7d69ace5e4b47253b7fe809 (patch)
treee8a202cad502476f8c750077e86f1139eeb5cdfb
parenta70fb7b71664e6c1e712c635b9001dfd18581955 (diff)
downloadbcm5719-llvm-f01c390d8722bc93f7d69ace5e4b47253b7fe809.tar.gz
bcm5719-llvm-f01c390d8722bc93f7d69ace5e4b47253b7fe809.zip
Reformat.
llvm-svn: 192735
-rw-r--r--llvm/include/llvm/DebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo.h b/llvm/include/llvm/DebugInfo.h
index 3e4a960ea7b..0a070fe5305 100644
--- a/llvm/include/llvm/DebugInfo.h
+++ b/llvm/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();
OpenPOWER on IntegriCloud