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 patterns
[llvm-core.git]
/
test
/
Linker
/
Inputs
/
alias-2.ll
blob
03c1d91fe6bf3ca3bc2c4e0abe83ca8e9558ba22
1
define void @B() {
2
call void @A()
3
ret void
4
}
5
6
declare void @A()
7