removes the attribute from the list of attributes.

Synopsis

Declared in <llvm/IR/Function.h>

void
removeParamAttrs(
    unsigned int ArgNo,
    AttributeMask const& Attrs);

Parameters

Name

Description

Attrs

This class stores enough information to efficiently remove some attributes from an existing AttrBuilder, AttributeSet or AttributeList.

Created with MrDocs