blob: c1a4b1d5a5770d245b3eb05411d64c57453d8ef4 [file] [log] [blame]
Duncan P. N. Exon Smith66a2b052014-11-17 23:28:21 +00001; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s
2
3; Test that the arguments of !a and !b get uniqued.
4; CHECK: !a = !{!0}
5; CHECK: !b = !{!0}
6
7!a = !{!0}
Duncan P. N. Exon Smith1ef70ff2014-12-15 19:07:53 +00008!0 = !{!1}
9!1 = !{}