mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
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:
parent
6afede522e
commit
cced212851
@ -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…
x
Reference in New Issue
Block a user