From f0303324beaaeb6b8c2bba1f08072c6e88155360 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 6 May 2013 17:50:46 +0000 Subject: Grammar. llvm-svn: 181226 --- llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib') 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) { -- cgit v1.2.3