This patch adds several missing IFuncList modifier functions, like
removeIFunc(), eraseIFunc() and insertIFunc().
There is no longer need to access the list directly so it also makes
getIFuncList() private.
Details
Details
- Reviewers
aeubanks - Commits
- rGd180443570d7: [NFC][IR] Make Module::getIFuncList() private.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi - I noticed it doesn't appear that getIFuncList was actually made private by this one.
Comment Actions
Hi - I noticed it doesn't appear that getIFuncList was actually made private by this one.
Thanks, let me fix it.