summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PTX/ret.ll
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@gmail.com>2010-11-17 08:08:49 +0000
committerChe-Liang Chiou <clchiou@gmail.com>2010-11-17 08:08:49 +0000
commitc03d04ee1f032dafc99e2aebbfde80f68f876797 (patch)
tree2aff84b8bca2bdc463890cf62b9359dc39bdf806 /llvm/test/CodeGen/PTX/ret.ll
parent655364797e0e8234fbf633816308808674cf003c (diff)
downloadbcm5719-llvm-c03d04ee1f032dafc99e2aebbfde80f68f876797.tar.gz
bcm5719-llvm-c03d04ee1f032dafc99e2aebbfde80f68f876797.zip
Add simple arithmetics and %type directive for PTX
llvm-svn: 119485
Diffstat (limited to 'llvm/test/CodeGen/PTX/ret.ll')
-rw-r--r--llvm/test/CodeGen/PTX/ret.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/ret.ll b/llvm/test/CodeGen/PTX/ret.ll
index c129ffe6ffa..d5037f25fd3 100644
--- a/llvm/test/CodeGen/PTX/ret.ll
+++ b/llvm/test/CodeGen/PTX/ret.ll
@@ -1,6 +1,7 @@
; RUN: llc < %s -march=ptx | FileCheck %s
define ptx_device void @t1() {
-;CHECK: ret;
+; CHECK: ret;
+; CHECK-NOT: exit;
ret void
}
OpenPOWER on IntegriCloud