Skip to content

Commit a91517b

Browse files
committed
!fixup fix formatting
1 parent d943379 commit a91517b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,8 @@ Value *SCEVExpander::tryToReuseLCSSAPhi(const SCEVAddRecExpr *S) {
12541254
if (!isa<SCEVConstant, SCEVUnknown>(Op))
12551255
continue;
12561256

1257-
assert(Diff->getType()->isIntegerTy() && "difference must be of integer type");
1257+
assert(Diff->getType()->isIntegerTy() &&
1258+
"difference must be of integer type");
12581259
Value *DiffV = expand(Diff);
12591260
Value *BaseV = &PN;
12601261
if (PhiTy->isPointerTy()) {

0 commit comments

Comments
 (0)