summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/distributed_indexes.ll
blob: 65c3bb6116465e8ad23c2a4a91a9fff0e41e5e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"

define void @g() {
entry:
  ret void
}

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