Remove return attributes matching AttrsToRemove.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
removeRetAttrs(AttributeMask const& AttrsToRemove);

Parameters

Name

Description

AttrsToRemove

Mask of return attributes to remove.

Created with MrDocs