Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / Linker / linkmdnode2.ll
bloba7d991a8a4f80937498820bd07348bc8ff277e56
1 ; This file is used by linkmdnode.ll, so it doesn't actually do anything itself
3 ; RUN: true
5 !22 = metadata !{i32 42, metadata !"foobar"}
7 declare i8 @llvm.something(metadata %a)
8 define void @foo1() {
9   ;; Intrinsic using MDNode and MDString
10   %x = call i8 @llvm.something(metadata !22)
11   ret void
16 ; PR9015
17 define void @test() {
18   ret void, !abc !0
21 !0 = metadata !{metadata !0, i32 42 }