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