[llvm] [NFC] [MSAN] replace (void) with [[maybe_unused]] (PR #146617)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 11:04:00 PDT 2025
================
@@ -5623,7 +5620,6 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
getOriginPtrForArgument(IRB, ArgOffset));
}
}
- (void)Store;
----------------
fmayer wrote:
oops, meant to send this as draft. thanks.
https://github.com/llvm/llvm-project/pull/146617
More information about the llvm-commits
mailing list