Skip to content

Commit cda7e88

Browse files
committed
Apply clang-format
1 parent d3f1a51 commit cda7e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILDataScalarization.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ static Type *equivalentArrayTypeFromVector(Type *T) {
3333
return ArrayType::get(VecTy->getElementType(),
3434
dyn_cast<FixedVectorType>(VecTy)->getNumElements());
3535
if (auto *ArrayTy = dyn_cast<ArrayType>(T)) {
36-
Type *NewElementType = equivalentArrayTypeFromVector(ArrayTy->getElementType());
36+
Type *NewElementType =
37+
equivalentArrayTypeFromVector(ArrayTy->getElementType());
3738
return ArrayType::get(NewElementType, ArrayTy->getNumElements());
3839
}
3940
// If it's not a vector or array, return the original type.

0 commit comments

Comments
 (0)