repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Linker
/
Inputs
/
type-unique-unrelated3.ll
blob
0d499eadf127b3488f3412910245ce7d05f60db9
1
%t = type { ptr }
2
declare %t @f()
3
4
define %t @g() {
5
%x = call %t @f()
6
ret %t %x
7
}