mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
7 lines
89 B
LLVM
7 lines
89 B
LLVM
; RUN: llc < %s -march=ptx | FileCheck %s
|
|
|
|
define void @t1() {
|
|
;CHECK: exit;
|
|
ret void
|
|
}
|