summaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/over-max-lds-size.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AMDGPU/over-max-lds-size.ll')
-rw-r--r--test/CodeGen/AMDGPU/over-max-lds-size.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AMDGPU/over-max-lds-size.ll b/test/CodeGen/AMDGPU/over-max-lds-size.ll
index 32ad9aba04ed..57777e783c56 100644
--- a/test/CodeGen/AMDGPU/over-max-lds-size.ll
+++ b/test/CodeGen/AMDGPU/over-max-lds-size.ll
@@ -6,7 +6,7 @@
@huge = internal unnamed_addr addrspace(3) global [100000 x i32] undef, align 4
-define void @use_huge_lds() {
+define amdgpu_kernel void @use_huge_lds() {
entry:
%v0 = getelementptr inbounds [100000 x i32], [100000 x i32] addrspace(3)* @huge, i32 0, i32 0
store i32 0, i32 addrspace(3)* %v0