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
/
PowerPC
/
2008-01-25-EmptyFunction.ll
blob
db2ab877ff7d22d032cdbadd8e9d5941241ba8eb
1
; RUN: llc < %s -march=ppc32 | grep nop
2
target triple = "powerpc-apple-darwin8"
3
4
5
define void @bork() noreturn nounwind {
6
entry:
7
unreachable
8
}