Skip to content

Commit f3cbe60

Browse files
committed
[AAEval] Remove unused function (NFC)
1 parent 739572b commit f3cbe60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Analysis/AliasAnalysisEvaluator.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ static inline void PrintLoadStoreResults(AliasResult AR, bool P,
100100
}
101101
}
102102

103-
static inline bool isInterestingPointer(Value *V) {
104-
return V->getType()->isPointerTy()
105-
&& !isa<ConstantPointerNull>(V);
106-
}
107-
108103
PreservedAnalyses AAEvaluator::run(Function &F, FunctionAnalysisManager &AM) {
109104
runInternal(F, AM.getResult<AAManager>(F));
110105
return PreservedAnalyses::all();

0 commit comments

Comments
 (0)