[all-commits] [llvm/llvm-project] 513717: [ModuleInliner] Remove a write-only variable (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Sep 16 09:16:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 513717ddd0a318275352dc47a8984833455841c7
https://github.com/llvm/llvm-project/commit/513717ddd0a318275352dc47a8984833455841c7
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M llvm/lib/Transforms/IPO/ModuleInliner.cpp
Log Message:
-----------
[ModuleInliner] Remove a write-only variable (NFC)
InlinedCallees is a remnant from the CGSCC inliner. We don't use it
in the module inliner.
More information about the All-commits
mailing list