diff --git a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp index b664e6a4f9c0e..6f10862d18555 100644 --- a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp +++ b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp @@ -1329,8 +1329,6 @@ bool HWAddressSanitizer::instrumentLandingPads( return true; } - - bool HWAddressSanitizer::instrumentStack( bool ShouldDetectUseAfterScope, MapVector &AllocasToInstrument,