Home | History | Annotate | Download | only in GlobalISel
      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 
      8 define amdgpu_vs void @vs_epilog() {
      9 main_body:
     10   ret void
     11 }
     12