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

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