llvm::CallBase::removeRetAttr

Remove return attribute Kind from this call.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
removeRetAttr(Attribute::AttrKind Kind);

Parameters

NameDescription
KindReturn attribute kind to remove.