================
@@ -594,9 +580,9 @@ BasicAAResult::DecomposeGEPExpression(const Value *V, const 
DataLayout &DL,
   SearchTimes++;
   const Instruction *CxtI = dyn_cast<Instruction>(V);
 
-  unsigned MaxIndexSize = DL.getMaxIndexSizeInBits();
----------------
aeubanks wrote:

looks like `getMaxIndexSizeInBits()` is only used here

https://github.com/llvm/llvm-project/pull/119365
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to