brintos

brintos / llvm-project-archived public Read only

0
0
Text · 199 B · c1a4b1d Raw
10 lines · plain
1; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s2 3; Test that the arguments of !a and !b get uniqued.4; CHECK: !a = !{!0}5; CHECK: !b = !{!0}6 7!a = !{!0}8!0 = !{!1}9!1 = !{}10