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
/
ret0.ll
blob: 765bfca182e681aa294e11f4d29ca4128d1b21ce (
plain
)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm
int
%test
()
{
ret
int
0
}