diff options
Diffstat (limited to 'llvm/include/llvm/Attributes.h')
| -rw-r--r-- | llvm/include/llvm/Attributes.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/Attributes.h b/llvm/include/llvm/Attributes.h index 8ce7651ae94..08063c15ed5 100644 --- a/llvm/include/llvm/Attributes.h +++ b/llvm/include/llvm/Attributes.h @@ -143,9 +143,8 @@ public: static Attribute decodeLLVMAttributesForBitcode(LLVMContext &C, uint64_t EncodedAttrs); - /// \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 The Attribute is converted to a string of equivalent mnemonic. This + /// is, presumably, for writing out the mnemonics for the assembly writer. std::string getAsString() const; }; |

