Add simple arithmetics and %type directive for PTX
[oota-llvm.git] / test / CodeGen / PTX / exit.ll
1 ; RUN: llc < %s -march=ptx | FileCheck %s
2
3 define ptx_kernel void @t1() {
4 ; CHECK: exit;
5 ; CHECK-NOT: ret;
6         ret void
7 }