llvm::CallBase::removeAttributeAtIndex

Remove attribute Kind at attribute index i.

Synopses

Declared in <llvm/IR/InstrTypes.h>

Remove attribute Kind at attribute index i.

void
removeAttributeAtIndex(
    unsigned int i,
    Attribute::AttrKind Kind);
» more...

Remove attribute Kind at attribute index i.

void
removeAttributeAtIndex(
    unsigned int i,
    StringRef Kind);
» more...

Parameters

NameDescription
iAttribute index (return, function, or parameter slot).
KindAttribute kind to remove.