diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-24 01:48:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-24 01:48:48 +0000 |
commit | 0481e54c1a181049d306224161bf43d1976a47e9 (patch) | |
tree | b52d33479b0a3272015342c15fa1c8349ff09e0c /lib/CodeGen/CGValue.h | |
parent | fa6efa8a43ca74a40086c094cf3e68031d1f7c5a (diff) |
CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGValue.h')
-rw-r--r-- | lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index dcebefdb6c..5da2a6a912 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -290,7 +290,7 @@ public: /// \brief Create a new object to represent a bit-field access. /// - /// \param BaseValue - The base address of the bit-field sequence this + /// \param Addr - The base address of the bit-field sequence this /// bit-field refers to. /// \param Info - The information describing how to perform the bit-field /// access. |