microsoft/compiler: Fix splitdouble struct name

Reviewed-by: Bill Kristiansen <billkris@microsoft.com>
Reviewed-By: Sil Vilerino <sivileri@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14837>
This commit is contained in:
Jesse Natalie
2022-01-28 13:45:36 -08:00
committed by Marge Bot
parent dde3b04d44
commit 92191349e9
+1 -1
View File
@@ -732,7 +732,7 @@ dxil_module_get_split_double_ret_type(struct dxil_module *mod)
const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32);
const struct dxil_type *fields[2] = { int32_type, int32_type };
return dxil_module_get_struct_type(mod, "dx.types.splitDouble", fields, 2);
return dxil_module_get_struct_type(mod, "dx.types.splitdouble", fields, 2);
}
static const struct dxil_type *