Remove superfluous brief command from getAsString.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2012-12-19 18:06:44 +00:00
parent 649a33e171
commit e7ff165a40

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