1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-22 07:32:48 +00:00
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
}