Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62358 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-01-16 21:07:53 +00:00
parent e57187cbe3
commit 07354e532b

View 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.