Skip to content

Commit b244bbb

Browse files
committed
Applied code review comments
Signed-off-by: Alexey Bader <[email protected]>
1 parent cb98ea0 commit b244bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SPIRVBuiltins.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def IntLongFloatGenType1 : GenericType<"IntLongFloatGenType1", TLIntLongFloats
367367

368368
// GenType definitions for every single base type (e.g. fp32 only).
369369
// Names are like: GenTypeFloatVecAndScalar.
370-
foreach Type = [Bool, Char, UChar, SChar, Short, UShort,
370+
foreach Type = [Char, UChar, SChar, Short, UShort,
371371
Int, UInt, Long, ULong,
372372
Float, Double, Half] in {
373373
foreach VecSizes = [VecAndScalar, VecNoScalar] in {

0 commit comments

Comments
 (0)