[llvm] r181226 - Grammar.

Eric Christopher echristo at gmail.com
Mon May 6 10:50:46 PDT 2013


Author: echristo
Date: Mon May  6 12:50:46 2013
New Revision: 181226

URL: http://llvm.org/viewvc/llvm-project?rev=181226&view=rev
Log:
Grammar.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp?rev=181226&r1=181225&r2=181226&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp Mon May  6 12:50:46 2013
@@ -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) {





More information about the llvm-commits mailing list