From e7ff165a4049619ea121f35c3492d57c7e44180e Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Wed, 19 Dec 2012 18:06:44 +0000 Subject: Remove superfluous brief command from getAsString. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Attributes.h') 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; }; -- cgit v1.2.3