Skip to content

Commit 48e35c5

Browse files
committed
Apply clang-format
1 parent 811e855 commit 48e35c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILShaderFlags.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ void ModuleShaderFlags::updateFunctionFlags(ComputedShaderFlags &CSF,
100100
}
101101

102102
auto IsLowPrecisionType = [](const Type *Ty) {
103-
return (Ty->isIntegerTy() && Ty->getScalarSizeInBits() == 16) || Ty->isHalfTy();
103+
return (Ty->isIntegerTy() && Ty->getScalarSizeInBits() == 16) ||
104+
Ty->isHalfTy();
104105
};
105106

106107
if (!CSF.LowPrecisionPresent)

0 commit comments

Comments
 (0)