From: Eric Christopher Date: Mon, 6 May 2013 17:50:46 +0000 (+0000) Subject: Grammar. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3bf2bcd96ce03a83967d9f256d23455e0e2ccefd Grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp index 57e0acda890..581dfd16c8b 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) {