Covert this test to .s form.
[oota-llvm.git] / test / CodeGen / PTX / ret.ll
1 ; RUN: llc < %s -march=ptx | FileCheck %s
2
3 define ptx_device void @t1() {
4 ;CHECK: ret;
5         ret void
6 }