summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll b/llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll
index 4244c48d240..e85a1b690af 100644
--- a/llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll
+++ b/llvm/test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll
@@ -11,7 +11,7 @@
; CHECK: {{^}}setcc_expand:
; CHECK: SET
; CHECK-NOT: CND
-define void @setcc_expand(i32 addrspace(1)* %out, i32 %in) {
+define amdgpu_kernel void @setcc_expand(i32 addrspace(1)* %out, i32 %in) {
entry:
%0 = icmp eq i32 %in, 5
br i1 %0, label %IF, label %ENDIF
OpenPOWER on IntegriCloud