Sign in
swiftshader
/
SwiftShader.git
/
664783624264ab1ec4b15aaf9a45fe6daff3e4f6
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
PTX
/
ret.ll
blob: ba0523f6424ae2102c21efa46b35ac470411335b [
file
]
; RUN: llc < %s -march=ptx32 | FileCheck %s
define
ptx_device
void
@t1
()
{
; CHECK: ret;
; CHECK-NOT: exit;
ret
void
}