Skip to content

Commit bf6c5af

Browse files
committed
clang format
1 parent 2166e8a commit bf6c5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ checkVectorTypesForPromotion(Partition &P, const DataLayout &DL,
22902290
return cast<FixedVectorType>(VTy)->getNumElements() >
22912291
std::numeric_limits<unsigned short>::max();
22922292
});
2293-
2293+
22942294
// Find a vector type viable for promotion by iterating over all slices.
22952295
auto *VTy = llvm::find_if(CandidateTys, [&](VectorType *VTy) -> bool {
22962296
uint64_t ElementSize =

0 commit comments

Comments
 (0)