[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a clean...
commita8c3b3e20db01d2947dbe87d0c557150ed777865
authorMingming Liu <mingmingl@google.com>
Sun, 25 Feb 2024 06:30:31 +0000 (24 22:30 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 06:30:31 +0000 (24 22:30 -0800)
tree5d316cc00070f827dc94451fda2ebb59640056ae
parenta4096eaeb63e7086a2e0a32bd69523c1fa72db3e
[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a clean-up (#82434)

This is a follow up of
https://github.com/llvm/llvm-project/commit/7b9d73c2f90c0ed8497339a16fc39785349d9610
and
https://github.com/llvm/llvm-project/commit/5ef9ba74120dcc2da70ec25571d459f81ab8a705
* The definition of `Type::getInt8PtrTy` is deleted. This doesn't cause
a compile error because the `Initializer` part of the macro doesn't run.
compiler-rt/include/profile/InstrProfData.inc
llvm/include/llvm/ProfileData/InstrProfData.inc