1 2 3 4 5 6 7
; RUN: llc < %s -march=ptx32 | FileCheck %s define ptx_device void @t1() { ; CHECK: ret; ; CHECK-NOT: exit; ret void }