Remove superfluous brief command from getAsString.

llvm-svn: 170569
This commit is contained in:
Chad Rosier 2012-12-19 18:06:44 +00:00
parent 0328f5e57d
commit 5f69df3f03
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};