aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll')
-rw-r--r--test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll b/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll
deleted file mode 100644
index a1bf987e6552..000000000000
--- a/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -march=amdgcn -mcpu=tonga -show-mc-encoding -verify-machineinstrs -global-isel | FileCheck --check-prefix=GCN %s
-
-; REQUIRES: global-isel
-
-; GCN-LABEL: vs_epilog
-; GCN: s_endpgm
-
-define amdgpu_vs void @vs_epilog() {
-main_body:
- ret void
-}