Skip to content

Commit 6ab5c90

Browse files
committed
Apply clang-format
1 parent a23c221 commit 6ab5c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILLegalizePass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ static void emitMemcpyExpansion(IRBuilder<> &Builder, Value *Dst, Value *Src,
277277

278278
// This assumption simplifies implementation and covers currently-known
279279
// use-cases for DXIL. It may be relaxed in the future if required.
280-
assert(ArrTy == SrcArrTy && "Array Types of Src and Dst in memcpy must match");
280+
assert(ArrTy == SrcArrTy &&
281+
"Array Types of Src and Dst in memcpy must match");
281282

282283
Type *ElemTy = ArrTy->getElementType();
283284
uint64_t ElemSize = DL.getTypeStoreSize(ElemTy);

0 commit comments

Comments
 (0)