[all-commits] [llvm/llvm-project] d18044: [NFC][IR] Make Module::getIFuncList() private.

vporpo via All-commits all-commits at lists.llvm.org
Tue Feb 14 09:28:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d180443570d7895193d2ab6f1e1486d669dc9723
      https://github.com/llvm/llvm-project/commit/d180443570d7895193d2ab6f1e1486d669dc9723
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M llvm/include/llvm/IR/Module.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/IR/Globals.cpp
    M llvm/unittests/IR/ModuleTest.cpp

  Log Message:
  -----------
  [NFC][IR] Make Module::getIFuncList() private.

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.

Differential Revision: https://reviews.llvm.org/D143968




More information about the All-commits mailing list