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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2009-06-03-UnreachableSplitPad.ll
blob
112cac4f96445ace4301c4bcdbe3025f53e9aff2
1
; RUN: llc < %s
2
; PR4317
3
4
declare i32 @b()
5
6
define void @a() {
7
entry:
8
ret void
9
10
dummy:
11
invoke i32 @b() to label %reg unwind label %reg
12
13
reg:
14
ret void
15
}