[llvm] [IR] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC (PR #73154)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 10:51:13 PST 2023


================
@@ -300,7 +300,7 @@ static Value *callBufferedPrintfStart(
 
   Type *Tys_alloc[1] = {Builder.getInt32Ty()};
   Type *I8Ptr =
----------------
nikic wrote:

Rename variable.

https://github.com/llvm/llvm-project/pull/73154


More information about the llvm-commits mailing list