Skip to content

Commit 6585af4

Browse files
committed
clang-format
1 parent bb34b1d commit 6585af4

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
@@ -2520,7 +2520,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
25202520
Value *S1V2 = IRB.CreateAnd(S1, V2);
25212521

25222522
Value *S = IRB.CreateOr({S1S2, V1S2, S1V2});
2523-
auto* MaybeDisjoint = cast<PossiblyDisjointInst>(&I);
2523+
auto *MaybeDisjoint = cast<PossiblyDisjointInst>(&I);
25242524
if (MaybeDisjoint->isDisjoint()) {
25252525
Value *V1V2 = IRB.CreateAnd(V1, V2);
25262526
S = IRB.CreateOr({S, V1V2});

0 commit comments

Comments
 (0)