[llvm-commits] [llvm] r170569 - /llvm/trunk/include/llvm/Attributes.h
Chad Rosier
mcrosier at apple.com
Wed Dec 19 10:06:44 PST 2012
Author: mcrosier
Date: Wed Dec 19 12:06:44 2012
New Revision: 170569
URL: http://llvm.org/viewvc/llvm-project?rev=170569&view=rev
Log:
Remove superfluous brief command from getAsString.
Modified:
llvm/trunk/include/llvm/Attributes.h
Modified: llvm/trunk/include/llvm/Attributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Attributes.h?rev=170569&r1=170568&r2=170569&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Attributes.h (original)
+++ llvm/trunk/include/llvm/Attributes.h Wed Dec 19 12:06:44 2012
@@ -142,7 +142,7 @@
/// \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;
};
More information about the llvm-commits
mailing list