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