summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/exit.ll
blob: e2b3857e369ef24b24e6ff6f00e12799ea005b5a (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=ptx | FileCheck %s

define void @t1() {
;CHECK: exit;
	ret void
}