Files
clang-p2996/llvm/test/CodeGen/PTX/exit.ll
Che-Liang Chiou 299479020a Add ret instruction to PTX backend
llvm-svn: 114788
2010-09-25 07:46:17 +00:00

7 lines
100 B
LLVM

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