diff options
author | Eric Christopher <echristo@gmail.com> | 2013-05-06 17:50:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-05-06 17:50:46 +0000 |
commit | f0303324beaaeb6b8c2bba1f08072c6e88155360 (patch) | |
tree | 82eda8672a13460ae09096eb34d7123482538e0a /llvm/lib/CodeGen | |
parent | cfe2ef8fea4fd1b095a01f80c3b036a41618461f (diff) | |
download | bcm5719-llvm-f0303324beaaeb6b8c2bba1f08072c6e88155360.tar.gz bcm5719-llvm-f0303324beaaeb6b8c2bba1f08072c6e88155360.zip |
Grammar.
llvm-svn: 181226
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index 57e0acda890..581dfd16c8b 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp @@ -112,7 +112,8 @@ DIE::~DIE() { delete Children[i]; } -/// Climb up the parent chain to get the compile unit DIE this DIE belongs to. +/// Climb up the parent chain to get the compile unit DIE to which this DIE +/// belongs. DIE *DIE::getCompileUnit() const{ DIE *p = getParent(); while (p) { |