Expand slightly on comment.
authorEric Christopher <echristo@gmail.com>
Wed, 5 Mar 2014 00:43:43 +0000 (00:43 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 5 Mar 2014 00:43:43 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202919 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIE.h

index 84a88961d7d1db3e45c6adabaaf4048ee2c5361f..fa23fa889e3f069c35ec6086d7f9191c4c714bfc 100644 (file)
@@ -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();