forked from OSchip/llvm-project
[AAEval] Remove unused function (NFC)
This commit is contained in:
parent
739572b40b
commit
f3cbe60aa9
|
@ -100,11 +100,6 @@ static inline void PrintLoadStoreResults(AliasResult AR, bool P,
|
|||
}
|
||||
}
|
||||
|
||||
static inline bool isInterestingPointer(Value *V) {
|
||||
return V->getType()->isPointerTy()
|
||||
&& !isa<ConstantPointerNull>(V);
|
||||
}
|
||||
|
||||
PreservedAnalyses AAEvaluator::run(Function &F, FunctionAnalysisManager &AM) {
|
||||
runInternal(F, AM.getResult<AAManager>(F));
|
||||
return PreservedAnalyses::all();
|
||||
|
|
Loading…
Reference in New Issue