brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · 1ff4302 Raw
20 lines · plain
1@g1 = external global i32, !attach !02 3@g2 = global i32 1, !attach !04 5@g3 = global i32 2, !attach !06 7declare !attach !0 void @f1()8 9define void @f2() !attach !0 {10  call void @f1()11  store i32 0, ptr @g112  ret void13}14 15define void @f3() !attach !0 {16  ret void17}18 19!0 = !{i32 1}20