mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 10:27:09 +00:00
[CFL-AA] Remove unneeded function declaration. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a057dc8ed
commit
6eebd6c274
@ -80,9 +80,6 @@ public:
|
|||||||
const AliasSummary &getAliasSummary() const { return Summary; }
|
const AliasSummary &getAliasSummary() const { return Summary; }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Try to go from a Value* to a Function*. Never returns nullptr.
|
|
||||||
static Optional<Function *> parentFunctionOfValue(Value *);
|
|
||||||
|
|
||||||
const StratifiedIndex StratifiedLink::SetSentinel =
|
const StratifiedIndex StratifiedLink::SetSentinel =
|
||||||
std::numeric_limits<StratifiedIndex>::max();
|
std::numeric_limits<StratifiedIndex>::max();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user