repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
ret_i64_arg3.ll
blob
ffc1d2f4b52af00add3b4ece6b5d476766cef477
1
; RUN: llc < %s -march=arm -mattr=+vfp2
2
3
define i64 @test_i64_arg3(i64 %a1, i64 %a2, i64 %a3) {
4
ret i64 %a3
5
}
6