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: 365bcd60e7fbeb1c099679ba36b5e6cd23ac718f (
plain
)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm
int
%test
(
int
%a1
,
int
%a2
)
{
ret
int
%a2
}