[llvm-commits] [llvm] r171689 - /llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Eric Christopher
echristo at gmail.com
Sun Jan 6 19:27:58 PST 2013
Author: echristo
Date: Sun Jan 6 21:27:58 2013
New Revision: 171689
URL: http://llvm.org/viewvc/llvm-project?rev=171689&view=rev
Log:
Update comment.
Modified:
llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Modified: llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp?rev=171689&r1=171688&r2=171689&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFDebugInfoEntry.cpp Sun Jan 6 21:27:58 2013
@@ -39,7 +39,7 @@
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);
More information about the llvm-commits
mailing list