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_arg3.ll
blob: f7f9057432d10de5d5f8f63193243963cad8eea8 (
plain
)
1
2
3
4
5
; RUN: llc < %s -march=arm
define
i32
@test
(
i32
%a1
,
i32
%a2
,
i32
%a3
)
{
ret
i32
%a3
}