summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/unroll.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/unroll.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/unroll.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/unroll.ll b/llvm/test/CodeGen/AMDGPU/unroll.ll
index 411a15a4b83..e171944c83b 100644
--- a/llvm/test/CodeGen/AMDGPU/unroll.ll
+++ b/llvm/test/CodeGen/AMDGPU/unroll.ll
@@ -9,7 +9,7 @@
; CHECK-LABEL: @test
; CHECK-NOT: alloca
; CHECK: store i32 5, i32 addrspace(1)* %out
-define void @test(i32 addrspace(1)* %out) {
+define amdgpu_kernel void @test(i32 addrspace(1)* %out) {
entry:
%0 = alloca [32 x i32]
br label %loop.header
OpenPOWER on IntegriCloud