Skip to content

Commit fdedca0

Browse files
committed
clang-format
1 parent a35573d commit fdedca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/DirectX/DXILOpBuilder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ static StructType *getCBufRetType(Type *ElementTy) {
208208

209209
// 64-bit types only have two elements
210210
if (ElementTy->isDoubleTy() || ElementTy->isIntegerTy(64))
211-
return getOrCreateStructType(
212-
TypeName, {ElementTy, ElementTy}, Ctx);
211+
return getOrCreateStructType(TypeName, {ElementTy, ElementTy}, Ctx);
213212

214213
// 16-bit types pack 8 elements and have .8 in their name to differentiate
215214
// from min-precision types.

0 commit comments

Comments
 (0)