repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
ARM
/
ret_arg4.ll
blob
a9c66e9e98d1ae6ec4662197cdfe7c2718280ed8
1
; RUN: llvm-as < %s | llc -march=arm
2
3
define i32 @test(i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
4
ret i32 %a4
5
}