diff options
| author | Che-Liang Chiou <clchiou@gmail.com> | 2010-11-17 08:08:49 +0000 |
|---|---|---|
| committer | Che-Liang Chiou <clchiou@gmail.com> | 2010-11-17 08:08:49 +0000 |
| commit | c03d04ee1f032dafc99e2aebbfde80f68f876797 (patch) | |
| tree | 2aff84b8bca2bdc463890cf62b9359dc39bdf806 /llvm/test/CodeGen/PTX/ret.ll | |
| parent | 655364797e0e8234fbf633816308808674cf003c (diff) | |
| download | bcm5719-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.ll | 3 |
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 } |

