forked from OSchip/llvm-project
7 lines
186 B
LLVM
7 lines
186 B
LLVM
|
; 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
|
||
|
}
|