Update comment to avoid mentioning DbgValues which is an instance

variable later in the class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-07-08 21:16:18 +00:00
parent 6afede522e
commit cced212851

View File

@ -338,7 +338,7 @@ class DwarfDebug {
// Provides a unique id per text section.
SetVector<const MCSection*> SectionMap;
// List of Arguments (DbgValues) for current function.
// List of arguments for current function.
SmallVector<DbgVariable *, 8> CurrentFnArguments;
LexicalScopes LScopes;