Skip to content

Commit e8f5ee2

Browse files
clang-format
1 parent 8bbcb5d commit e8f5ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ void LoopVersioningLICM::setNoAliasToLoop(Loop *VerLoop) {
531531
// We can only add noalias to pointers that we've inserted checks for
532532
Value *V = getLoadStorePointerOperand(&Inst);
533533
if (!V || !any_of(Pointers, [&](auto &P) { return P.PointerValue == V; }))
534-
continue;
534+
continue;
535535
// Set no-alias for current instruction.
536536
Inst.setMetadata(
537537
LLVMContext::MD_noalias,

0 commit comments

Comments
 (0)