summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-07-18 09:07:54 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-07-18 09:07:54 +0000
commit3cb3056fca638cb2e13d45ff2d32067234408f19 (patch)
treef1885e9955c2eda5ba455db3db4a8c774ced4515 /llvm/lib/CodeGen
parent3b8b3c2a2cd3b7e52e097e49c59de1cd81b8cb04 (diff)
downloadbcm5719-llvm-3cb3056fca638cb2e13d45ff2d32067234408f19.tar.gz
bcm5719-llvm-3cb3056fca638cb2e13d45ff2d32067234408f19.zip
Fix -Wdocumentation warning. NFCI.
llvm-svn: 337367
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DIEHash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
index a47b2669ee4..dae517ab2c2 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -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.
OpenPOWER on IntegriCloud