projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3d8a6
)
Grammar.
author
Eric Christopher
<echristo@gmail.com>
Mon, 6 May 2013 17:50:46 +0000
(17:50 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 6 May 2013 17:50:46 +0000
(17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181226
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DIE.cpp
b/lib/CodeGen/AsmPrinter/DIE.cpp
index
57e0acd
..
581dfd1
100644
(file)
--- 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) {