forked from OSchip/llvm-project
Update comment to avoid mentioning DbgValues which is an instance
variable later in the class. llvm-svn: 185866
This commit is contained in:
parent
e0fe3d2e96
commit
aba20dd603
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue