forked from OSchip/llvm-project
IR: fix documentation markup
Use `\brief` instead of `\Brief`. NFC. llvm-svn: 334627
This commit is contained in:
parent
61631b1b8f
commit
4d1c854884
|
@ -465,12 +465,12 @@ public:
|
|||
return removeAttributes(C, ArgNo + FirstArgIndex);
|
||||
}
|
||||
|
||||
/// \Brief Add the dereferenceable attribute to the attribute set at the given
|
||||
/// \brief Add the dereferenceable attribute to the attribute set at the given
|
||||
/// index. Returns a new list because attribute lists are immutable.
|
||||
AttributeList addDereferenceableAttr(LLVMContext &C, unsigned Index,
|
||||
uint64_t Bytes) const;
|
||||
|
||||
/// \Brief Add the dereferenceable attribute to the attribute set at the given
|
||||
/// \brief Add the dereferenceable attribute to the attribute set at the given
|
||||
/// arg index. Returns a new list because attribute lists are immutable.
|
||||
AttributeList addDereferenceableParamAttr(LLVMContext &C, unsigned ArgNo,
|
||||
uint64_t Bytes) const {
|
||||
|
|
Loading…
Reference in New Issue