R600: Fix encoding of CF_END_{EG, R600} instructions
[oota-llvm.git] / test / CodeGen / R600 / cf_end.ll
1 ; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck %s
2
3 ; CHECK: CF_END ; encoding: [0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80]
4 define void @eop() {
5   ret void
6 }