]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ThinLTO/X86/Inputs/cache-typeid-resolutions-import.ll
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / ThinLTO / X86 / Inputs / cache-typeid-resolutions-import.ll
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
3
4 define i1 @importf1(i8* %p) {
5   %x = call i1 @f1(i8* %p)
6   ret i1 %x
7 }
8
9 define i1 @importf2(i8* %p) {
10   %x = call i1 @f2(i8* %p)
11   ret i1 %x
12 }
13
14 declare i1 @f1(i8* %p)
15 declare i1 @f2(i8* %p)