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