Skip to content

Commit 720a828

Browse files
committed
Resolve unused variable warning (NFC)
1 parent cb17f06 commit 720a828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Analysis/InstructionSimplify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,6 @@ computePointerICmp(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
24912491
const DataLayout &DL = Q.DL;
24922492
const TargetLibraryInfo *TLI = Q.TLI;
24932493
const DominatorTree *DT = Q.DT;
2494-
AssumptionCache *AC = Q.AC;
24952494
const Instruction *CxtI = Q.CxtI;
24962495
const InstrInfoQuery &IIQ = Q.IIQ;
24972496

0 commit comments

Comments
 (0)