forked from OSchip/llvm-project
Remove superfluous brief command from getAsString.
llvm-svn: 170569
This commit is contained in:
parent
0328f5e57d
commit
5f69df3f03
|
@ -142,7 +142,7 @@ public:
|
||||||
|
|
||||||
/// \brief The set of attributes set in Attribute is converted to a string of
|
/// \brief The set of attributes set in Attribute is converted to a string of
|
||||||
/// equivalent mnemonics. This is, presumably, for writing out the mnemonics
|
/// 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;
|
std::string getAsString() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue