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_i64_arg3.ll
blob
5dfecca319a17260ca2494270132ed6f76fe6c2f
1
; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
2
3
define i64 @test_i64_arg3(i64 %a1, i64 %a2, i64 %a3) {
4
ret i64 %a3
5
}
6