[llvm] 03c6c73 - [NFC] [hwasan] remove unused method

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 13:28:51 PST 2024


Author: Florian Mayer
Date: 2024-03-08T13:28:18-08:00
New Revision: 03c6c73b022415378f2efbc13398bdb2c22d3180

URL: https://github.com/llvm/llvm-project/commit/03c6c73b022415378f2efbc13398bdb2c22d3180
DIFF: https://github.com/llvm/llvm-project/commit/03c6c73b022415378f2efbc13398bdb2c22d3180.diff

LOG: [NFC] [hwasan] remove unused method

Added: 
    

Modified: 
    llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
index 6bae679e11be23..422406e46bdb02 100644
--- a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
@@ -316,7 +316,6 @@ class HWAddressSanitizer {
     Value *PtrTag = nullptr;
     Value *MemTag = nullptr;
   };
-  void setSSI(const StackSafetyGlobalInfo *S) { SSI = S; }
 
   void initializeModule();
   void createHwasanCtorComdat();


        


More information about the llvm-commits mailing list