llvm-6502/test/CodeGen/PTX/ret.ll

7 lines
99 B
LLVM
Raw Normal View History

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