aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/cf_end.ll
blob: 67d5e3e781c84fdf3335b623573d211709e98aa9 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck %s

; CHECK: CF_END ; encoding: [0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80]
define void @eop() {
  ret void
}