[llvm] r192735 - Reformat.

Eric Christopher echristo at gmail.com
Tue Oct 15 14:22:12 PDT 2013


Author: echristo
Date: Tue Oct 15 16:22:12 2013
New Revision: 192735

URL: http://llvm.org/viewvc/llvm-project?rev=192735&view=rev
Log:
Reformat.

Modified:
    llvm/trunk/include/llvm/DebugInfo.h

Modified: llvm/trunk/include/llvm/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo.h?rev=192735&r1=192734&r2=192735&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Tue Oct 15 16:22:12 2013
@@ -251,8 +251,7 @@ T DIRef<T>::resolve(const DITypeIdentifi
   return T(Iter->second);
 }
 
-template <typename T>
-StringRef DIRef<T>::getName() const {
+template <typename T> StringRef DIRef<T>::getName() const {
   if (!Val)
     return StringRef();
 





More information about the llvm-commits mailing list