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: 5cd82e33d0f461b370022bc19818e2c2523062e2 (
plain
)
1
2
3
4
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
void
%test
()
{
ret
void
}