summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-08 10:41:41 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-08 10:41:41 +0000
commit413c8e217f4e6f2443ed9bda3dd82b2e5bf36f1f (patch)
tree8c84a6056af4b57e2ee0da7e4e0710f718d42c51
parentd35d067e47559e2834c8e571fcfe2463629c44a8 (diff)
downloadbcm5719-llvm-413c8e217f4e6f2443ed9bda3dd82b2e5bf36f1f.tar.gz
bcm5719-llvm-413c8e217f4e6f2443ed9bda3dd82b2e5bf36f1f.zip
Wdocumentation fix
llvm-svn: 289038
-rw-r--r--llvm/lib/CodeGen/DwarfGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfGenerator.h b/llvm/lib/CodeGen/DwarfGenerator.h
index 9e7bdfb6f40..223e54b724b 100644
--- a/llvm/lib/CodeGen/DwarfGenerator.h
+++ b/llvm/lib/CodeGen/DwarfGenerator.h
@@ -120,7 +120,7 @@ public:
/// \param Form the dwarf::Form to use when encoding the attribute. The form
/// must be one of DW_FORM_strp or DW_FORM_string.
/// \param P a pointer to the data to store as the attribute value.
- /// \param S the size in bytes of the data pointed to by \param P.
+ /// \param S the size in bytes of the data pointed to by \param P .
void addAttribute(uint16_t Attr, dwarf::Form Form, const void *P, size_t S);
/// Add a new child to this DIE object.
OpenPOWER on IntegriCloud