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
fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
ret_arg1.ll
blob
1ab947b1e20d027e592a2b88d4edc332a29db41b
1
; RUN: llc < %s -march=arm
2
3
define i32 @test(i32 %a1) {
4
ret i32 %a1
5
}