summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/distributed_indexes.ll
blob: 2755d264b3e32f610661653043b195472c35baf4 (plain)
1
2
3
4
5
6
7
8
9
10
define void @g() {
entry:
  ret void
}

@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
define void @aliasee() {
entry:
  ret void
}
OpenPOWER on IntegriCloud