summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 84a88961d7..fa23fa889e 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -184,7 +184,8 @@ public:
};
//===--------------------------------------------------------------------===//
-/// DIEValue - A debug information entry value.
+/// DIEValue - A debug information entry value. Some of these roughly correlate
+/// to DWARF attribute classes.
///
class DIEValue {
virtual void anchor();