diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-12-19 18:06:44 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-12-19 18:06:44 +0000 |
commit | e7ff165a4049619ea121f35c3492d57c7e44180e (patch) | |
tree | 5719c12898ee3b52e803ec31c9096852306f9229 | |
parent | 649a33e171712f1b696826dfb48c9f0b1cd1252e (diff) |
Remove superfluous brief command from getAsString.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index a6297e0f7f..eda274407a 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -142,7 +142,7 @@ public: /// \brief The set of attributes set in Attribute is converted to a string of /// equivalent mnemonics. This is, presumably, for writing out the mnemonics - /// for the assembly writer. @brief Convert attribute bits to text + /// for the assembly writer. std::string getAsString() const; }; |