blob: ba0523f6424ae2102c21efa46b35ac470411335b [file] [log] [blame]
; RUN: llc < %s -march=ptx32 | FileCheck %s
define ptx_device void @t1() {
; CHECK: ret;
; CHECK-NOT: exit;
ret void
}