Skip to content

Commit a30e9a1

Browse files
committed
[NFC][msan] Fix formating
1 parent fbb2d93 commit a30e9a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5602,7 +5602,6 @@ struct VarArgSystemZHelper : public VarArgHelperBase {
56025602
Alignment, RegSaveAreaSize);
56035603
}
56045604

5605-
56065605
// FIXME: This implementation limits OverflowOffset to kParamTLSSize, so we
56075606
// don't know real overflow size and can't clear shadow beyond kParamTLSSize.
56085607
void copyOverflowArea(IRBuilder<> &IRB, Value *VAListTag) {

0 commit comments

Comments
 (0)