Fix comments.
authorDevang Patel <dpatel@apple.com>
Fri, 16 Jan 2009 21:07:53 +0000 (21:07 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 16 Jan 2009 21:07:53 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62358 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfWriter.cpp

index 392519ac5473a905387c112642a5390ab4f2130b..2ed46cc377369a2077b770dab457c65993749b20 100644 (file)
@@ -1290,17 +1290,17 @@ private:
   ///
   std::vector<DIEAbbrev *> Abbreviations;
 
-  /// ValuesSet - Used to uniquely define values.
-  ///
-  // Directories - Uniquing vector for directories.                                       
+  /// Directories - Uniquing vector for directories.                                       
   UniqueVector<std::string> Directories;
 
-  // SourceFiles - Uniquing vector for source files.                                      
+  /// SourceFiles - Uniquing vector for source files.                                      
   UniqueVector<SrcFileInfo> SrcFiles;
 
-  // Lines - List of of source line correspondence.
+  /// Lines - List of of source line correspondence.
   std::vector<SrcLineInfo> Lines;
 
+  /// ValuesSet - Used to uniquely define values.
+  ///
   FoldingSet<DIEValue> ValuesSet;
 
   /// Values - A list of all the unique values in use.