mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[CFL-AA] Remove unneeded function declaration. NFCI.
llvm-svn: 306268
This commit is contained in:
parent
403d788d88
commit
b3201ae5c9
@ -80,9 +80,6 @@ public:
|
||||
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 =
|
||||
std::numeric_limits<StratifiedIndex>::max();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user