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
Implement bswap
[llvm/msp430.git]
/
test
/
Transforms
/
Inline
/
2004-10-17-InlineFunctionWithoutReturn.ll
blob
09666ec8e65b73603fbdd5de454d2b5d8d2618f7
1
; RUN: llvm-as < %s | opt -inline -disable-output
2
3
define i32 @test() {
4
unwind
5
}
6
7
define i32 @caller() {
8
%X = call i32 @test( ) ; <i32> [#uses=1]
9
ret i32 %X
10
}
11