[llvm] r337367 - Fix -Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 02:07:54 PDT 2018
Author: rksimon
Date: Wed Jul 18 02:07:54 2018
New Revision: 337367
URL: http://llvm.org/viewvc/llvm-project?rev=337367&view=rev
Log:
Fix -Wdocumentation warning. NFCI.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h?rev=337367&r1=337366&r2=337367&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h Wed Jul 18 02:07:54 2018
@@ -43,7 +43,7 @@ public:
// Helper routines to process parts of a DIE.
private:
- /// Adds the parent context of \param Die to the hash.
+ /// Adds the parent context of \param Parent to the hash.
void addParentContext(const DIE &Parent);
/// Adds the attributes of \param Die to the hash.
More information about the llvm-commits
mailing list