blob: c82b13084c9d1a8c0466d2739524700d3af62620 [file] [log] [blame]
; RUN: llc < %s -mtriple=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
}