[PATCH] D144127: [NFC] Make Module::getIFuncList() private

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 12:16:44 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe6fbfb1ff1d3: [NFC] Make Module::getIFuncList() private (authored by vporpo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144127/new/

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.497770.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/7db2053c/attachment.bin>


More information about the llvm-commits mailing list