index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
PTX
/
exit.ll
blob: e2b3857e369ef24b24e6ff6f00e12799ea005b5a (
plain
)
1
2
3
4
5
6
; RUN: llc < %s -march=ptx | FileCheck %s
define
void
@t1
()
{
;CHECK: exit;
ret
void
}