Skip to content

Commit 37575f5

Browse files
committed
[NFC][ValueTracking] Fix Wunused-variable
For e0a6287
1 parent 05d8b5e commit 37575f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Analysis/InstructionSimplify.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,8 +2713,6 @@ static Constant *computePointerICmp(CmpInst::Predicate Pred, Value *LHS,
27132713
assert(LHS->getType() == RHS->getType() && "Must have same types");
27142714
const DataLayout &DL = Q.DL;
27152715
const TargetLibraryInfo *TLI = Q.TLI;
2716-
const DominatorTree *DT = Q.DT;
2717-
const Instruction *CxtI = Q.CxtI;
27182716

27192717
// We can only fold certain predicates on pointer comparisons.
27202718
switch (Pred) {

0 commit comments

Comments
 (0)