mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
7 lines
99 B
LLVM
7 lines
99 B
LLVM
|
; RUN: llc < %s -march=ptx | FileCheck %s
|
||
|
|
||
|
define ptx_device void @t1() {
|
||
|
;CHECK: ret;
|
||
|
ret void
|
||
|
}
|