diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll')
-rw-r--r-- | test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll b/test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll index 2ae4fc473eaa..49e6e4257906 100644 --- a/test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll +++ b/test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll @@ -20,7 +20,7 @@ declare void @llvm.amdgcn.s.incperflevel(i32) #0 ; GCN: s_incperflevel 13{{$}} ; GCN: s_incperflevel 14{{$}} ; GCN: s_incperflevel 15{{$}} -define void @test_s_incperflevel(i32 %x) #0 { +define amdgpu_kernel void @test_s_incperflevel(i32 %x) #0 { call void @llvm.amdgcn.s.incperflevel(i32 0) call void @llvm.amdgcn.s.incperflevel(i32 1) call void @llvm.amdgcn.s.incperflevel(i32 2) |