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
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Linker
/
2008-07-06-AliasFnDecl2.ll
blob
2380dffff61314ce0511c08a575dcb923eb311fb
1
; This file is used by 2008-07-06-AliasFnDecl2.ll
2
; RUN: true
3
4
define void @c() nounwind {
5
entry:
6
call void @b( ) nounwind
7
br label %return
8
9
return:
10
ret void
11
}
12
13
declare void @b()