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
/
ARM
/
ret_void.ll
blob: c1c1556691f05c5b9daae8b4a687e10a1687165b (
plain
)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm
void
%test
()
{
ret
void
}