[llvm] [NFC] [hwasan] also be more consistent when getting pointer types (PR #84399)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 10:57:23 PDT 2024


================
@@ -612,8 +610,6 @@ void HWAddressSanitizer::initializeModule() {
 
   C = &(M.getContext());
   IRBuilder<> IRB(*C);
-  IntptrTy = IRB.getIntPtrTy(DL);
----------------
fmayer wrote:

Let's leave this NFC

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


More information about the llvm-commits mailing list