1; RUN: llc < %s -march=amdgcn -mcpu=tonga -show-mc-encoding -verify-machineinstrs -global-isel | FileCheck --check-prefix=GCN %s
2
3; REQUIRES: global-isel
4
5; GCN-LABEL: vs_epilog
6; GCN: s_endpgm
7
8define amdgpu_vs void @vs_epilog() {
9main_body:
10 ret void
11}
12