summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-12-19 18:06:44 +0000
committerChad Rosier <mcrosier@apple.com>2012-12-19 18:06:44 +0000
commite7ff165a4049619ea121f35c3492d57c7e44180e (patch)
tree5719c12898ee3b52e803ec31c9096852306f9229 /include/llvm/Attributes.h
parent649a33e171712f1b696826dfb48c9f0b1cd1252e (diff)
downloadllvm-e7ff165a4049619ea121f35c3492d57c7e44180e.tar.gz
llvm-e7ff165a4049619ea121f35c3492d57c7e44180e.tar.bz2
llvm-e7ff165a4049619ea121f35c3492d57c7e44180e.tar.xz
Remove superfluous brief command from getAsString.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Attributes.h')
-rw-r--r--include/llvm/Attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index a6297e0f7f..eda274407a 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -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;
};