From: Eric Christopher Date: Wed, 5 Mar 2014 00:43:43 +0000 (+0000) Subject: Expand slightly on comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d3190ef439b4d70c533c791002b1f6a5d058d817;p=oota-llvm.git Expand slightly on comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202919 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h index 84a88961d7d..fa23fa889e3 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();