1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 2d9db52f43
commit 2622e09aff

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