xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/cache-typeid-resolutions3.ll (revision d5d3eb16b7ab72529c83dacb2889811491e48909)
1target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2target triple = "x86_64-unknown-linux-gnu"
3
4@vt2a = constant ptr @vf2a, !type !0
5@vt2b = constant ptr @vf2b, !type !0
6
7define internal i1 @vf2a(ptr %this) {
8  ret i1 0
9}
10
11define internal i1 @vf2b(ptr %this) {
12  ret i1 1
13}
14
15!0 = !{i32 0, !"typeid2"}
16