1
0
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:
Davide Italiano 2017-06-26 03:55:41 +00:00
parent 403d788d88
commit b3201ae5c9

View File

@ -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();