[PATCH] D21514: Rationalise the attribute getter/setter methods on Function and CallSite.
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 10:41:36 PDT 2016
deadalnix added inline comments.
================
Comment at: include/llvm/IR/CallSite.h:308
@@ -307,3 +307,3 @@
void addAttribute(unsigned i, Attribute::AttrKind Kind) {
CALLSITE_DELEGATE_SETTER(addAttribute(i, Kind));
----------------
And as to this one, I just kept it because it is massively used in generated code. I thought removing this one was too much of a disturbance to be worth it.
http://reviews.llvm.org/D21514
More information about the llvm-commits
mailing list