Skip to content

Commit afda5ce

Browse files
committed
comment
Created using spr 1.3.4
1 parent aa4280d commit afda5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
27232723
// should be preserved, if checked with `getUnsignedPredicate()`.
27242724
// Relationship between Amin, Amax, Bmin, Bmax also will not be
27252725
// affected, as they are created by effectively adding/substructing from
2726-
// A or B a value, derived from shadow, which can't result in overflow,
2726+
// A (or B) a value, derived from shadow, with no overflow, either
27272727
// before or after sign flip.
27282728
APInt MinVal =
27292729
APInt::getSignedMinValue(V->getType()->getScalarSizeInBits());

0 commit comments

Comments
 (0)