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
Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git]
/
test
/
Other
/
2008-10-06-RemoveDeadPass.ll
blob
f62885278e1b69df2cdc6811a9be65b809341e2a
1
; RUN: opt %s -inline -internalize -disable-output
2
define void @foo() nounwind {
3
ret void
4
}
5
6
define void @main(...) nounwind {
7
call void @foo()
8
ret void
9
}
10
11