xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/distributed_indexes.ll (revision c6041283f71e6943e96cfc926da7a2c02bc3ee32)
1target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2
3define void @g() {
4entry:
5  ret void
6}
7
8@analias = alias void (...), ptr @aliasee
9define void @aliasee() {
10entry:
11  ret void
12}
13