diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll b/llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll index c402805feb3..2a848e80b81 100644 --- a/llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll +++ b/llvm/test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll @@ -6,7 +6,7 @@ ; CHECK: SET{{[A-Z]+}}_DX10 -define void @test(i32 addrspace(1)* %out, float addrspace(1)* %in) { +define amdgpu_kernel void @test(i32 addrspace(1)* %out, float addrspace(1)* %in) { entry: %0 = load float, float addrspace(1)* %in %cmp = fcmp oeq float %0, 0.000000e+00 |