index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
ret_arg3.ll
blob: c1fc09263ffff1c5cd0e2269c91ead195bb83d4f (
plain
)
1
2
3
4
; RUN: llvm-as < %s | llc -march=arm int %test(int %a1, int %a2, int %a3) { ret int %a3 }