mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -39,7 +39,7 @@ void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
|
|||||||
OS << format(" [%u] %c\n", abbrCode,
|
OS << format(" [%u] %c\n", abbrCode,
|
||||||
AbbrevDecl->hasChildren() ? '*' : ' ');
|
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();
|
const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
|
||||||
for (uint32_t i = 0; i != numAttributes; ++i) {
|
for (uint32_t i = 0; i != numAttributes; ++i) {
|
||||||
uint16_t attr = AbbrevDecl->getAttrByIndex(i);
|
uint16_t attr = AbbrevDecl->getAttrByIndex(i);
|
||||||
|
Reference in New Issue
Block a user