[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 2abb65ae11
commit 9a02494230
1 changed files with 0 additions and 3 deletions

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