7 lines
89 B
LLVM
7 lines
89 B
LLVM
; RUN: llc < %s -march=ptx | FileCheck %s
|
|
|
|
define void @t1() {
|
|
;CHECK: exit;
|
|
ret void
|
|
}
|