]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/tools/gold/X86/Inputs/common_thinlto.ll
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / tools / gold / X86 / Inputs / common_thinlto.ll
1 source_filename = "common2.c"
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
4
5 @P = external global i8* (...)*, align 8
6
7 ; Function Attrs: nounwind uwtable
8 define void @foo() #0 {
9 entry:
10   %0 = load i8* (...)*, i8* (...)** @P, align 8
11   %call = call i8* (...) %0()
12   ret void
13 }