llvm-6502/test/CodeGen/PTX/ret.ll
2010-11-17 08:08:49 +00:00

8 lines
119 B
LLVM

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