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
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
2008-01-25-EmptyFunction.ll
blob
ffb82ae7f2b86769e64308044a5b99c23780012c
1
; RUN: llvm-as < %s | llc -march=x86 | grep nop
2
target triple = "i686-apple-darwin8"
3
4
5
define void @bork() noreturn nounwind {
6
entry:
7
unreachable
8
}