[llvm] a30e9a1 - [NFC][msan] Fix formating
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 14:31:50 PST 2023
Author: Vitaly Buka
Date: 2023-11-17T14:31:44-08:00
New Revision: a30e9a1a57bd1d9ee13362d85b9355d38eac3d12
URL: https://github.com/llvm/llvm-project/commit/a30e9a1a57bd1d9ee13362d85b9355d38eac3d12
DIFF: https://github.com/llvm/llvm-project/commit/a30e9a1a57bd1d9ee13362d85b9355d38eac3d12.diff
LOG: [NFC][msan] Fix formating
Added:
Modified:
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index 8ac3a7bd875b688..a70aa89f5f6c177 100644
--- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5602,7 +5602,6 @@ struct VarArgSystemZHelper : public VarArgHelperBase {
Alignment, RegSaveAreaSize);
}
-
// FIXME: This implementation limits OverflowOffset to kParamTLSSize, so we
// don't know real overflow size and can't clear shadow beyond kParamTLSSize.
void copyOverflowArea(IRBuilder<> &IRB, Value *VAListTag) {
More information about the llvm-commits
mailing list