Skip to content

Commit e875fbf

Browse files
committed
TrueChar to Char
Signed-off-by: Aleksander Fadeev <aleksander.fadeev@intel.com>
1 parent f6d6777 commit e875fbf

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
@@ -728,7 +728,7 @@ foreach IType = [UChar, UShort, UInt, ULong] in {
728728
}
729729
}
730730

731-
foreach IType = [TrueChar, Short, Int, Long] in {
731+
foreach IType = [Char, Short, Int, Long] in {
732732
foreach FType = [Float, Double, Half] in {
733733
def : SPVBuiltin<"ConvertSToF_R" # FType.Name, [FType, IType], Attr.Const>;
734734
foreach rnd = ["", "_rte", "_rtz", "_rtp", "_rtn"] in {

0 commit comments

Comments
 (0)