summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll b/llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll
index 32ad9aba04e..57777e783c5 100644
--- a/llvm/test/CodeGen/AMDGPU/over-max-lds-size.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud