summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-05-06 17:50:46 +0000
committerEric Christopher <echristo@gmail.com>2013-05-06 17:50:46 +0000
commit3bf2bcd96ce03a83967d9f256d23455e0e2ccefd (patch)
tree56b10960a41e3013e260ec9b5dc09040ddf2b820 /lib
parent4f3d8a644043f85063ef7aac1ff87bfd4d83ca4c (diff)
downloadllvm-3bf2bcd96ce03a83967d9f256d23455e0e2ccefd.tar.gz
llvm-3bf2bcd96ce03a83967d9f256d23455e0e2ccefd.tar.bz2
llvm-3bf2bcd96ce03a83967d9f256d23455e0e2ccefd.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp
index 57e0acda89..581dfd16c8 100644
--- a/lib/CodeGen/AsmPrinter/DIE.cpp
+++ b/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) {