[llvm] 720a828 - Resolve unused variable warning (NFC)

Juneyoung Lee via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 19:04:04 PST 2021


Author: Juneyoung Lee
Date: 2021-03-11T12:03:03+09:00
New Revision: 720a828045e1095ec7bd69c84fa1cd9c431a3179

URL: https://github.com/llvm/llvm-project/commit/720a828045e1095ec7bd69c84fa1cd9c431a3179
DIFF: https://github.com/llvm/llvm-project/commit/720a828045e1095ec7bd69c84fa1cd9c431a3179.diff

LOG: Resolve unused variable warning (NFC)

Added: 
    

Modified: 
    llvm/lib/Analysis/InstructionSimplify.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Analysis/InstructionSimplify.cpp b/llvm/lib/Analysis/InstructionSimplify.cpp
index fe298fd8006a..110569fdad60 100644
--- a/llvm/lib/Analysis/InstructionSimplify.cpp
+++ b/llvm/lib/Analysis/InstructionSimplify.cpp
@@ -2491,7 +2491,6 @@ computePointerICmp(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
   const DataLayout &DL = Q.DL;
   const TargetLibraryInfo *TLI = Q.TLI;
   const DominatorTree *DT = Q.DT;
-  AssumptionCache *AC = Q.AC;
   const Instruction *CxtI = Q.CxtI;
   const InstrInfoQuery &IIQ = Q.IIQ;
 


        


More information about the llvm-commits mailing list