forked from OSchip/llvm-project
[CFL-AA] Remove unneeded function declaration. NFCI.
llvm-svn: 306268
This commit is contained in:
parent
2abb65ae11
commit
9a02494230
|
@ -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…
Reference in New Issue