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