[all-commits] [llvm/llvm-project] c8189d: [ModuleUtils] Remove dead arg from filterDeadComda...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 7 00:14:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8189da201dabba44a1b97d6be2b08c45e178b8e
https://github.com/llvm/llvm-project/commit/c8189da201dabba44a1b97d6be2b08c45e178b8e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ModuleUtils.h
M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
M llvm/lib/Transforms/IPO/Inliner.cpp
M llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
M llvm/lib/Transforms/Utils/ModuleUtils.cpp
Log Message:
-----------
[ModuleUtils] Remove dead arg from filterDeadComdatFunctions() (NFC)
The module argument is no longer used.
More information about the All-commits
mailing list