diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-03-05 00:43:43 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-03-05 00:43:43 +0000 |
| commit | b60c9ea3a76f3cdbd8c1927edc198828a1332161 (patch) | |
| tree | e5b49d4130fb291b4b171c22105df435fcfd71fd /llvm/lib | |
| parent | a4ae8d4740bea001e204d7d94a6bb7968734f199 (diff) | |
| download | bcm5719-llvm-b60c9ea3a76f3cdbd8c1927edc198828a1332161.tar.gz bcm5719-llvm-b60c9ea3a76f3cdbd8c1927edc198828a1332161.zip | |
Expand slightly on comment.
llvm-svn: 202919
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h index 84a88961d7d..fa23fa889e3 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.h +++ b/llvm/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(); |

