aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl')
-rw-r--r--clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl b/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
index 7aeb877..b0abaed 100644
--- a/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
+++ b/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
@@ -24,4 +24,3 @@ void foo(uint Idx : SV_DispatchThreadID) {}
[shader("compute")]
[numthreads(8,8,1)]
void bar(uint2 Idx : SV_DispatchThreadID) {}
-