repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
CodeGen
/
ARM
/
ret_arg3.ll
blob
f7f9057432d10de5d5f8f63193243963cad8eea8
1
; RUN: llc < %s -march=arm
2
define i32 @test(i32 %a1, i32 %a2, i32 %a3) {
3
ret i32 %a3
4
}
5