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
slightly increase prettiness.
[llvm/avr.git]
/
test
/
Other
/
2008-10-15-MissingSpace.ll
blob
a61fa614213a6f63361efd37eae0095afc43cb22
1
; RUN: llvm-as < %s | llvm-dis | not grep {void@}
2
; PR2894
3
declare void @g()
4
define void @f() {
5
invoke void @g() to label %c unwind label %c
6
c: ret void
7
}