diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/cf_end.ll')
-rw-r--r-- | test/CodeGen/AMDGPU/cf_end.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AMDGPU/cf_end.ll b/test/CodeGen/AMDGPU/cf_end.ll index c74ee22868d5..3c990e0a4bd6 100644 --- a/test/CodeGen/AMDGPU/cf_end.ll +++ b/test/CodeGen/AMDGPU/cf_end.ll @@ -4,6 +4,6 @@ ; EG: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80] ; CM: CF_END ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x88] -define void @eop() { +define amdgpu_kernel void @eop() { ret void } |