diff options
author | Eric Christopher <echristo@gmail.com> | 2013-10-15 21:22:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-10-15 21:22:12 +0000 |
commit | f01c390d8722bc93f7d69ace5e4b47253b7fe809 (patch) | |
tree | e8a202cad502476f8c750077e86f1139eeb5cdfb | |
parent | a70fb7b71664e6c1e712c635b9001dfd18581955 (diff) | |
download | bcm5719-llvm-f01c390d8722bc93f7d69ace5e4b47253b7fe809.tar.gz bcm5719-llvm-f01c390d8722bc93f7d69ace5e4b47253b7fe809.zip |
Reformat.
llvm-svn: 192735
-rw-r--r-- | llvm/include/llvm/DebugInfo.h | 3 |
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(); |