brintos

brintos / llvm-project-archived public Read only

0
0
Text · 787 B · cc34f63 Raw
21 lines · plain
1; This file is used by first.ll, so it doesn't actually do anything itself2; RUN: true3 4%AnalysisResolver = type { i8, ptr }5%"DenseMap<P*,AU*>" = type { i64, ptr, i64, i64 }6%PMDataManager = type { i8, ptr, i8, i8, i8, i8, i8, i64, i8 }7%PMTopLevelManager = type { i8, i8, i8, i8, i8, i8, i8, i8, %"DenseMap<P*,AU*>" }8%P = type { i8, ptr, i64 }9%PI = type { i8, i8, i8, i8, i8, i8, %"vector<const PI*>", ptr }10%"SmallVImpl<const PI*>" = type { i8, ptr }11%"_V_base<const PI*>" = type { %"_V_base<const PI*>::_V_impl" }12%"_V_base<const PI*>::_V_impl" = type { ptr, i8, i8 }13%"pair<P*,AU*>" = type opaque14%"vector<const PI*>" = type { %"_V_base<const PI*>" }15 16define void @f(ptr %this) {17entry:18  %x = getelementptr inbounds %"SmallVImpl<const PI*>", ptr %this, i64 0, i32 119  ret void20}21