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
/
2009-08-15-RegScavengerAssert.ll
blob
a46482cc731750d77f6454ebd500eea14a1c321f
1
; RUN: llc < %s -march=arm
2
; PR4716
3
4
define arm_aapcscc void @_start() nounwind naked {
5
entry:
6
tail call arm_aapcscc void @exit(i32 undef) noreturn nounwind
7
unreachable
8
}
9
10
declare arm_aapcscc void @exit(i32) noreturn nounwind