From: Chad Rosier Date: Wed, 19 Dec 2012 18:06:44 +0000 (+0000) Subject: Remove superfluous brief command from getAsString. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e7ff165a4049619ea121f35c3492d57c7e44180e;p=oota-llvm.git Remove superfluous brief command from getAsString. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index a6297e0f7f7..eda274407af 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; };