[PATCH] D108788: [NFC] Rename attribute methods that work with indexes
Senran Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 22:43:00 PDT 2021
zsrkmyn added inline comments.
================
Comment at: llvm/include/llvm/IR/Attributes.h:475
+ StringRef Value = StringRef()) const {
+ return addAttributeAtIndex(C, Index, Kind);
+ }
----------------
The 4th argument is missing here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108788/new/
https://reviews.llvm.org/D108788
More information about the llvm-commits
mailing list