Skip to content

Commit cbb6b22

Browse files
committed
Whitespace
1 parent 1a54db9 commit cbb6b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ bool HWAddressSanitizer::instrumentMemAccess(InterestingMemoryOperand &O,
11731173
// since:
11741174
// 1) it has a zero tag
11751175
// 2) the shadow memory corresponding to address 0 is initialized to zero and
1176-
// never updated.
1176+
// never updated.
11771177
// We can therefore elide the tag check.
11781178
llvm::KnownBits Known(DL.getPointerTypeSizeInBits(Addr->getType()));
11791179
llvm::computeKnownBits(Addr, Known, DL);

0 commit comments

Comments
 (0)