Skip to content

Commit c95e410

Browse files
committed
Fix format
1 parent b8986ff commit c95e410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ static bool processCmp(CmpInst *Cmp, LazyValueInfo *LVI) {
374374
return true;
375375

376376
if (processEqualityICmp(Cmp, LVI))
377-
return true;
377+
return true;
378378

379379
return false;
380380
}

0 commit comments

Comments
 (0)