[llvm] [NFC] [MSAN] replace (void) with [[maybe_unused]] (PR #146617)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 11:10:14 PDT 2025
================
@@ -5623,7 +5620,6 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
getOriginPtrForArgument(IRB, ArgOffset));
}
}
- (void)Store;
----------------
thurstond wrote:
AI would have automatically caught this and improved your productivity by 3%
https://github.com/llvm/llvm-project/pull/146617
More information about the llvm-commits
mailing list