Skip to content

Commit 7f6c044

Browse files
committed
fmt
Created using spr 1.3.4
1 parent 8e07cd7 commit 7f6c044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Transforms/Scalar/IndVarSimplify.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,8 +1852,9 @@ bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) {
18521852
HasThreadLocalSideEffects = true;
18531853
if (StoreInst *SI = dyn_cast<StoreInst>(&I)) {
18541854
// Simple stores cannot be observed by other threads.
1855-
// If HasThreadLocalSideEffects is set, we check crashingBBWithoutEffect
1856-
// to make sure that the crashing BB cannot observe them either.
1855+
// If HasThreadLocalSideEffects is set, we check
1856+
// crashingBBWithoutEffect to make sure that the crashing BB cannot
1857+
// observe them either.
18571858
if (!SI->isSimple())
18581859
return false;
18591860
} else {

0 commit comments

Comments
 (0)