aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/cf_end.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AMDGPU/cf_end.ll')
-rw-r--r--test/CodeGen/AMDGPU/cf_end.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/AMDGPU/cf_end.ll b/test/CodeGen/AMDGPU/cf_end.ll
deleted file mode 100644
index 3c990e0a4bd6..000000000000
--- a/test/CodeGen/AMDGPU/cf_end.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck --check-prefix=EG %s
-; RUN: llc < %s -march=r600 -mcpu=caicos --show-mc-encoding | FileCheck --check-prefix=EG %s
-; RUN: llc < %s -march=r600 -mcpu=cayman --show-mc-encoding | FileCheck --check-prefix=CM %s
-
-; 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 amdgpu_kernel void @eop() {
- ret void
-}