index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Linker
/
Inputs
/
type-unique-unrelated2.ll
blob: b7c2cec18a36f908ef38fe64f0f8104ac397ef50 (
plain
)
1
2
3
4
5
6
7
%t = type { i8* } declare %t @g() define %t @g2() { %x = call %t @g() ret %t %x }