[all-commits] [llvm/llvm-project] 7114bf: [IPO] Remove an unused function declaration
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Nov 27 16:22:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7114bffa68377eaded3aae105b0ee88daf1224fb
https://github.com/llvm/llvm-project/commit/7114bffa68377eaded3aae105b0ee88daf1224fb
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
[IPO] Remove an unused function declaration
The corresponding definition doesn't seem to have existed every since
the declaration was introduced on Jul 8, 2019 in commit
accd3e87478eb75d455e016500ef3d2ddbeca82d.
FWIW, we do have AAReturnedValuesImpl::getAssumedUniqueReturnValue
declared and defined in Attributor.cpp.
More information about the All-commits
mailing list