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