Files
clang-p2996/llvm/test/CodeGen/PTX/exit.ll
Che-Liang Chiou c03d04ee1f Add simple arithmetics and %type directive for PTX
llvm-svn: 119485
2010-11-17 08:08:49 +00:00

8 lines
119 B
LLVM

; RUN: llc < %s -march=ptx | FileCheck %s
define ptx_kernel void @t1() {
; CHECK: exit;
; CHECK-NOT: ret;
ret void
}