repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
Inline
/
2004-04-20-InlineLinkOnce.ll
blob
fabad30bb5ac782924e1e035686aef0e4d857e6e
1
; RUN: opt < %s -inline -prune-eh -disable-output
2
3
define linkonce void @caller() {
4
call void @callee( )
5
ret void
6
}
7
8
define linkonce void @callee() {
9
ret void
10
}
11