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