diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/cf_end.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/cf_end.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/cf_end.ll b/llvm/test/CodeGen/R600/cf_end.ll new file mode 100644 index 00000000000..67d5e3e781c --- /dev/null +++ b/llvm/test/CodeGen/R600/cf_end.ll @@ -0,0 +1,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 +} |