projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[ARM] Promote helper function to SelectionDAG.
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
ret_i64_arg3.ll
1
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2
3
define i64 @test_i64_arg3(i64 %a1, i64 %a2, i64 %a3) {
4
ret i64 %a3
5
}
6