llvm::CallBase::removeRetAttr

Removes the attribute from the return value

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
removeRetAttr(Attribute::AttrKind Kind);

Parameters

NameDescription
KindThis enumeration lists the attributes that can be associated with parameters, function results, or the function itself.