Skip to content

Commit dafb769

Browse files
committed
fix prototype
1 parent 3041d0a commit dafb769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Builtins.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4754,7 +4754,7 @@ def HLSLSaturate : LangBuiltin<"HLSL_LANG"> {
47544754
def HLSLSign : LangBuiltin<"HLSL_LANG"> {
47554755
let Spellings = ["__builtin_hlsl_elementwise_sign"];
47564756
let Attributes = [NoThrow, Const];
4757-
let Prototype = "int(...)";
4757+
let Prototype = "void(...)";
47584758
}
47594759

47604760
// Builtins for XRay.

0 commit comments

Comments
 (0)