[all-commits] [llvm/llvm-project] b64f7d: [NFC][IR] Make Module::getAliasList() private
vporpo via All-commits
all-commits at lists.llvm.org
Mon Feb 13 19:05:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b64f7d028bdcaf679130afeed9518c09663f6dc8
https://github.com/llvm/llvm-project/commit/b64f7d028bdcaf679130afeed9518c09663f6dc8
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M lldb/source/Expression/IRExecutionUnit.cpp
M llvm/include/llvm/IR/Module.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/IR/Globals.cpp
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
M llvm/unittests/IR/ModuleTest.cpp
Log Message:
-----------
[NFC][IR] Make Module::getAliasList() private
This patch adds several missing AliasList modifier functions, like
removeAlias(), eraseAlias() and insertAlias().
There is no longer need to access the list directly so it also makes
getAliaList() private.
Differential Revision: https://reviews.llvm.org/D143958
More information about the All-commits
mailing list