repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[llvm/msp430.git]
/
test
/
Other
/
2008-10-06-RemoveDeadPass.ll
blob
a82d1b6f4b778f5923a89c1d9654c14d4087d08d
1
; RUN: llvm-as < %s | opt -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