llvm-project/llvm/test/ThinLTO/X86/Inputs/distributed_indexes.ll

11 lines
157 B
LLVM
Raw Normal View History

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