diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll b/llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll index e870ee891e6..7af5478600b 100644 --- a/llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll +++ b/llvm/test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll @@ -6,7 +6,7 @@ ; CHECK-NEXT: -1 ; Test a selectcc with i32 LHS/RHS and float True/False -define void @test(float addrspace(1)* %out, i32 addrspace(1)* %in) { +define amdgpu_kernel void @test(float addrspace(1)* %out, i32 addrspace(1)* %in) { entry: %0 = load i32, i32 addrspace(1)* %in %1 = icmp sge i32 %0, 0 |