================
@@ -4548,10 +4554,18 @@ static llvm::Value
*emitArraySubscriptGEP(CodeGenFunction &CGF,
static Address emitArraySubscriptGEP(CodeGenFunction &CGF, Address addr,
ArrayRef<llvm::Value *> indices,
+ llvm::Type *arrayType,
----------------
Keenuts wrote:
Removed the check for null, this is now always set to something. Also moving it
to the end was weird (better closer to the other related params).
https://github.com/llvm/llvm-project/pull/177332
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits