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