From: Chad Rosier Date: Wed, 19 Dec 2012 18:06:44 +0000 (+0000) Subject: Remove superfluous brief command from getAsString. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f69df3f0330c73652512f458aa1c680d6c696ab;p=platform%2Fupstream%2Fllvm.git Remove superfluous brief command from getAsString. llvm-svn: 170569 --- diff --git a/llvm/include/llvm/Attributes.h b/llvm/include/llvm/Attributes.h index a6297e0..eda2744 100644 --- a/llvm/include/llvm/Attributes.h +++ b/llvm/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; };