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
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
ret0.ll
blob
5c312eb98a32748988876b236ca9642f6d6d41b8
1
; RUN: llc < %s -march=arm
2
3
define i32 @test() {
4
ret i32 0
5
}