[PATCH] D144127: [NFC] Make Module::getIFuncList() private
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 10:59:04 PST 2023
vporpo created this revision.
vporpo added a reviewer: dmgreen.
Herald added a project: All.
vporpo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is a followup to d180443570d7895193d2ab6f1e1486d669dc9723 <https://reviews.llvm.org/rGd180443570d7895193d2ab6f1e1486d669dc9723>
which did not actually remove the `public` keyword.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144127
Files:
llvm/include/llvm/IR/Module.h
Index: llvm/include/llvm/IR/Module.h
===================================================================
--- llvm/include/llvm/IR/Module.h
+++ llvm/include/llvm/IR/Module.h
@@ -623,7 +623,6 @@
}
friend class llvm::SymbolTableListTraits<llvm::GlobalAlias>;
-public:
/// Get the Module's list of ifuncs (constant).
const IFuncListType &getIFuncList() const { return IFuncList; }
/// Get the Module's list of ifuncs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144127.497748.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/69795254/attachment.bin>
More information about the llvm-commits
mailing list