aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/IR/Argument.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/Argument.h')
-rw-r--r--llvm/include/llvm/IR/Argument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Argument.h b/llvm/include/llvm/IR/Argument.h
index 396ab6a9d01d..7cbfa2a7b6ce 100644
--- a/llvm/include/llvm/IR/Argument.h
+++ b/llvm/include/llvm/IR/Argument.h
@@ -162,7 +162,7 @@ public:
/// Remove attributes from an argument.
void removeAttr(Attribute::AttrKind Kind);
- void removeAttrs(const AttrBuilder &B);
+ void removeAttrs(const AttributeMask &AM);
/// Check if an argument has a given attribute.
bool hasAttribute(Attribute::AttrKind Kind) const;