llvm-6502/test/CodeGen/PTX/exit.ll
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
}