[PATCH] D62687: [Attributor] Deduce "nofree" function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 08:49:42 PDT 2019
jdoerfert added a comment.
Can you make the test use an enum version, thus `nofree` not `"nofree"`.
================
Comment at: llvm/include/llvm/IR/Attributes.td:206
+/// No Free Call
+/// This is an experimental attribute.
+def NoFree : StrBoolAttr<"nofree">;
----------------
Remove this line please.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62687/new/
https://reviews.llvm.org/D62687
More information about the llvm-commits
mailing list