mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb00800ff4
commit
e5ef305be2
@ -39,7 +39,7 @@ void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
|
||||
OS << format(" [%u] %c\n", abbrCode,
|
||||
AbbrevDecl->hasChildren() ? '*' : ' ');
|
||||
|
||||
// Dump all data in the .debug_info for the attributes
|
||||
// Dump all data in the DIE for the attributes.
|
||||
const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
|
||||
for (uint32_t i = 0; i != numAttributes; ++i) {
|
||||
uint16_t attr = AbbrevDecl->getAttrByIndex(i);
|
||||
|
Loading…
Reference in New Issue
Block a user