aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/cf_end.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/cf_end.ll')
-rw-r--r--test/CodeGen/R600/cf_end.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/R600/cf_end.ll b/test/CodeGen/R600/cf_end.ll
new file mode 100644
index 0000000..67d5e3e
--- /dev/null
+++ b/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
+}