mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
Cleanup: update comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc5e25ddef
commit
aa8c95ec28
@ -2912,7 +2912,7 @@ public:
|
||||
/// removeAttribute - removes the attribute from the list of attributes.
|
||||
void removeAttribute(unsigned i, Attribute attr);
|
||||
|
||||
/// \brief Determine whether this call has the NoAlias attribute.
|
||||
/// \brief Determine whether this call has the given attribute.
|
||||
bool hasFnAttr(Attribute::AttrKind A) const {
|
||||
assert(A != Attribute::NoBuiltin &&
|
||||
"Use CallInst::isNoBuiltin() to check for Attribute::NoBuiltin");
|
||||
|
Loading…
x
Reference in New Issue
Block a user